Function serde_v2::de::from_bytes[][src]

pub fn from_bytes<'a, T>(b: &'a mut [u8]) -> Result<T> where
    T: Deserialize<'a>,