Function postcard_bytes

Source
pub fn postcard_bytes<T: Serialize>(data: &T) -> Result<Vec<u8>>
Expand description

Serialize data using postcard.