Type Definition libxml::bindings::xmlChar

source ·
pub type xmlChar = c_uchar;
Expand description

xmlChar:

This is a basic byte in an UTF-8 encoded string. It’s unsigned allowing to pinpoint case where char * are assigned to xmlChar * (possibly making serialization back impossible).