Function minicbor::to_vec [−][src]
pub fn to_vec<T>(x: T) -> Result<Vec<u8>, Error<Error>> where
T: Encode, Encode a type implementing Encode and return the encoded byte vector.
Only available with feature std.
pub fn to_vec<T>(x: T) -> Result<Vec<u8>, Error<Error>> where
T: Encode, Encode a type implementing Encode and return the encoded byte vector.
Only available with feature std.