plist

Function from_bytes

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

Deserializes an instance of type T from a byte slice.