to_bytes

Function to_bytes 

Source
pub fn to_bytes<A>(x: &A) -> Vec<u8> 
where A: Serial,
Expand description

Directly serialize to a vector of bytes.