Function fourleaf::ser::to_vec [] [src]

pub fn to_vec<T: Serialize>(t: T) -> Result<Vec<u8>>

Serialises t into a Vec<u8>.