Function musli_descriptive::from_slice

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

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