pub fn from_slice<'de, T>(bytes: &'de [u8]) -> Result<T, SliceReaderError> where
    T: Decode<'de>, 
Expand description

Decode the given type T from the given slice using the DEFAULT configuration.