pub fn from_slice<'de, T>(bytes: &'de [u8]) -> Result<T, Error>where T: Decode<'de, Binary>,
Decode the given type T from the given slice using the DEFAULT configuration.
T
DEFAULT