Best way to make a struct of CollectionElements to conform to CollectionElement.
I am still confused about best practices for
Let's say i have a struct with two variables, which are both structs which conform to the
Will this do?
Any advice highly appreciated
__moveinit__ and __copyinit__. Let's say i have a struct with two variables, which are both structs which conform to the
CollectionElement trait, how to define __moveinit__ and __copyinit__ for this struct.Will this do?
Any advice highly appreciated
