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

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

A type of the bare function in EncoderTrap values.