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

Wrapper for raw bincode::serialise.