pub trait CodecFrom<T>: TopDecodeMultiwhere
    T: TopEncodeMulti,
{ }
Expand description

Signals that after serializing T, we can safely deserialize it as Self.

Implementations on Foreign Types§

Implementors§