to_vec

Function to_vec 

Source
pub fn to_vec(value: &impl Serialize) -> Result<Vec<u8>>
Expand description

Serialize the given data structure as a memcomparable byte vector.