encoding::types

Type Alias EncoderTrapFunc

Source
pub type EncoderTrapFunc = fn(encoder: &mut dyn RawEncoder, input: &str, output: &mut dyn ByteWriter) -> bool;
Expand description

A type of the bare function in EncoderTrap values.