pub fn encode_to_vec<E, C>(val: E, config: C) -> Result<Vec<u8>, EncodeError>Available on crate features
serde and alloc only.Expand description
Encode the given value into a Vec<u8> with the given Config. See the config module for more information.