Type Definition xml5ever::encoding::DecoderTrapFunc []

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

A type of the bare function in DecoderTrap values.