Type Alias DecoderTrapFunc

Source
pub type DecoderTrapFunc = fn(&mut (dyn RawDecoder + 'static), &[u8], &mut dyn StringWriter) -> bool;
Expand description

A type of the bare function in DecoderTrap values.