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§

source§

impl<F, I> CodecInto<F> for Iwhere I: TopEncodeMulti, F: CodecFrom<I>,