encoding::types::DecoderTrapFuncUnstable
[-]
[+]
[src]
type DecoderTrapFunc = fn(decoder: &mut Decoder, input: &[u8], output: &mut StringWriter) -> bool;
A type of the bare function in DecoderTrap
values.