Function to_bytes

Source
pub fn to_bytes(value: &impl Serialize) -> Result<Vec<u8>>
Available on crate feature serde only.
Expand description

Serialize a value into a new byte vector.