[][src]Function postcard::from_bytes_cobs

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

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