[][src]Function postcard::from_bytes

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

Deserialize a message of type T from a byte slice. The unused portion (if any) of the byte slice is returned for further usage