to_vec

Function to_vec 

Source
pub fn to_vec<'facet, T>(
    value: &T,
) -> Result<Vec<u8>, SerializeError<MsgPackSerializeError>>
where T: Facet<'facet>,
Expand description

Serialize a value to MsgPack bytes.