to_vec_named

Function to_vec_named 

Source
pub fn to_vec_named<T>(value: &T) -> Result<Vec<u8>, SerError>
where T: Serialize + ?Sized,
Available on crate features std or alloc only.