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

type EncoderTrapFunc = fn(&mut RawEncoder + 'static, &str, &mut ByteWriter) -> bool;

A type of the bare function in EncoderTrap values.