Trait CopperListTuple
pub trait CopperListTuple:
Encode
+ Decode<()>
+ Debug
+ Serialize
+ ErasedCuStampedDataSet
+ MatchingTasks
+ Default { }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".