Trait multiversx_sc_codec::CodecFrom
source · pub trait CodecFrom<T>: TopDecodeMultiwhere
T: TopEncodeMulti,{ }
Expand description
Signals that after serializing T
, we can safely deserialize it as Self
.
pub trait CodecFrom<T>: TopDecodeMultiwhere
T: TopEncodeMulti,{ }
Signals that after serializing T
, we can safely deserialize it as Self
.