Function drt_sc_codec::dep_encode_to_vec

source ยท
pub fn dep_encode_to_vec<T: NestedEncode>(
    obj: &T,
) -> Result<Vec<u8>, EncodeError>
Expand description

Convenience function for getting an object nested-encoded to a Vec directly.