Trait dharitri_codec::CodecFrom
source · pub trait CodecFrom<T>: TopDecodeMultiwhere
T: TopEncodeMulti,{ }Expand description
Signals that after serializing T, we can safely deserialize it as Self.
Object Safety§
This trait is not object safe.