pub fn decode_reader<R: Read>(
reader: R,
options: DecoderOptions,
) -> Result<Value, ToonifyError>Expand description
Decode TOON from any reader.
pub fn decode_reader<R: Read>(
reader: R,
options: DecoderOptions,
) -> Result<Value, ToonifyError>Decode TOON from any reader.