Function minicbor::to_vec

source ยท
pub fn to_vec<T>(x: T) -> Result<Vec<u8>, Error<Error>>
where T: Encode,
Expand description

Encode a type implementing Encode and return the encoded byte vector.

Requires feature "std".