Function oasis_cbor::to_vec

source ·
pub fn to_vec<T>(value: T) -> Vec<u8>where
    T: Encode,
Expand description

Convert the given type into its CBOR-encoded representation.