Skip to main content

serialize_input

Function serialize_input 

Source
pub fn serialize_input<T: Serialize>(input: &T) -> Result<Vec<u8>, Error>
Expand description

Helper to serialize any serde-compatible type to bincode bytes