pub trait CopperListTuple: Encode + Decode + Sized + Debug { }
A CopperListTuple needs to be encodable, decodable and fixed size in memory.