Type Definition encoding::types::EncoderTrapFunc[][src]

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

A type of the bare function in EncoderTrap values.