Function deserialize

Source
pub fn deserialize<T: Decode>(data: &[u8]) -> Result<T, Error>
Expand description

Decode an object from a vector.