encoding::types::EncoderTrapFuncUnstable
[-]
[+]
[src]
type EncoderTrapFunc = fn(encoder: &mut Encoder, input: &str, output: &mut ByteWriter) -> bool;
A type of the bare function in EncoderTrap
values.