encoding::types::DecoderTrapFunc [] [src]

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

A type of the bare function in DecoderTrap values.