pub trait CodecInto<T>: TopEncodeMultiwhere
    T: TopDecodeMulti,
{ }
Expand description

Signals that we can safely serialize Self in order to obtain a T on the other size.

Implementors§