pub type EncoderTrapFunc = fn(&mut (dyn RawEncoder + 'static), &str, &mut dyn ByteWriter) -> bool;Expand description
A type of the bare function in EncoderTrap values.
pub type EncoderTrapFunc = fn(&mut (dyn RawEncoder + 'static), &str, &mut dyn ByteWriter) -> bool;A type of the bare function in EncoderTrap values.