pub fn validate_reader<R: Read>(
reader: R,
options: DecoderOptions,
) -> Result<(), ToonifyError>Expand description
Validate TOON data coming from a reader.
pub fn validate_reader<R: Read>(
reader: R,
options: DecoderOptions,
) -> Result<(), ToonifyError>Validate TOON data coming from a reader.