Skip to main content

decode

Function decode 

Source
pub fn decode<'de, R, T>(reader: R) -> Result<T, Error>
where R: Parser<'de>, T: Decode<'de, Text>,
Expand description

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