Function musli_descriptive::decode

source ·
pub fn decode<'de, R, T>(reader: R) -> Result<T, Error>
where R: Reader<'de>, T: Decode<'de, Binary>,
Expand description

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