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

type DecoderTrapFunc = fn(&mut RawDecoder + 'static, &[u8], &mut StringWriter) -> bool;

A type of the bare function in DecoderTrap values.