pub trait CodecFrom<T>: TopDecodeMultiwhere
T: TopEncodeMulti,{ }Expand description
Signals that after serializing T, we can safely deserialize it as Self.
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.