Skip to main content

serialize_frame

Function serialize_frame 

Source
pub fn serialize_frame<T: Serialize>(frame: &T) -> Result<Vec<u8>, String>
Expand description

Serialize a frame to binary using bincode with serde.