Function btserde::to_vec

source ·
pub fn to_vec<T: Serialize + ?Sized>(value: &T) -> Result<Vec<u8>>