serialize_into

Function serialize_into 

Source
pub fn serialize_into<T>(buf: &mut Vec<u8>, value: &T) -> Result<(), Box<Error>>
where T: Serialize,