pub fn basic_encode<T>(v: &T) -> Result<Vec<u8>, EncodeError>
where T: BasicEncode + ?Sized,
Expand description

Encode a T into byte array.