pub fn encode_to_vec<E: Encode>(value: &E) -> Result<Vec<u8>>
alloc
Encode a value to a Vec<u8> using the standard configuration
Vec<u8>