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