Type Definition 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.
type DecoderTrapFunc = fn(decoder: &mut RawDecoder, input: &[u8], output: &mut StringWriter) -> bool;
A type of the bare function in DecoderTrap
values.