pub fn decode<'de, R, T>(reader: R) -> Result<T, Error>where R: Parser<'de>, T: Decode<'de, Text>,
Decode the given type T from the given Parser using the DEFAULT configuration.
T
Parser
DEFAULT