[][src]Type Definition encoding::types::DecoderTrapFunc

type DecoderTrapFunc = fn(decoder: &mut dyn RawDecoder, input: &[u8], output: &mut dyn StringWriter) -> bool;

A type of the bare function in DecoderTrap values.