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

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