Skip to main content

bytes_to_struct

Function bytes_to_struct 

Source
pub fn bytes_to_struct<T: DeserializeOwned>(bytes: &[u8]) -> Result<T>