pub fn from_slice<'a, T>(bytes: &'a [u8]) -> Result<T>where
T: Deserialize<'a>,Expand description
Deserialize an instance of type T from a memcomparable bytes.
pub fn from_slice<'a, T>(bytes: &'a [u8]) -> Result<T>where
T: Deserialize<'a>,Deserialize an instance of type T from a memcomparable bytes.