to_bytes_unsorted

Function to_bytes_unsorted 

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