cu29_traits

Trait CopperListTuple

source
pub trait CopperListTuple:
    Encode
    + Decode
    + Sized
    + Debug { }
Expand description

A CopperListTuple needs to be encodable, decodable and fixed size in memory.

Object Safety§

This trait is not object safe.

Implementors§

source§

impl<T> CopperListTuple for T
where T: Encode + Decode + Debug + Sized,