pub type DecoderTrapFunc = fn(decoder: &mut dyn RawDecoder, input: &[u8], output: &mut dyn StringWriter) -> bool;Expand description
A type of the bare function in DecoderTrap values.
pub type DecoderTrapFunc = fn(decoder: &mut dyn RawDecoder, input: &[u8], output: &mut dyn StringWriter) -> bool;A type of the bare function in DecoderTrap values.