pub trait CodecSerde: Clone + Encode + Decode + Serialize + DeserializeOwned + Debug { }

Implementors