pub trait CopperListTuple:
Encode
+ Decode
+ Sized
+ Debug { }
Expand description
A CopperListTuple needs to be encodable, decodable and fixed size in memory.
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.