Function msd::to_bytes

source · []
pub fn to_bytes<T>(value: &T) -> Result<Vec<u8>> where
    T: ?Sized + Serialize
Expand description

Serialize the given value into a byte buffer.