to_bytes

Function to_bytes 

Source
pub fn to_bytes<T>(_value: &T) -> Result<Vec<u8>>
where T: ?Sized + Serialize,