encoding::types

Type Alias DecoderTrapFunc

Source
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.