Type Definition encoding::types::DecoderTrapFunc
[−]
[src]
type DecoderTrapFunc = fn(_: &mut RawDecoder, _: &[u8], _: &mut StringWriter) -> bool;
A type of the bare function in DecoderTrap
values.