Function deserialize

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

Deserializes a slice of bytes into an instance of T using the default configuration.