Trait multiversx_sc_codec::CodecInto
source · 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.
Object Safety§
This trait is not object safe.