Skip to main content

from_bytes

Function from_bytes 

Source
pub fn from_bytes<'de, T: Deserialize<'de>>(bytes: &'de [u8]) -> Result<T>
Expand description

Deserializes a value from bytes using the simple binary format.