Skip to main content

xmlRegisterNodeFunc

Type Alias xmlRegisterNodeFunc 

Source
pub type xmlRegisterNodeFunc = Option<unsafe extern "C" fn(node: *mut xmlNode)>;
Expand description

Signature for the registration callback of a created node

@param node the current node

Aliased Type§

pub enum xmlRegisterNodeFunc {
    None,
    Some(unsafe extern "C" fn(*mut _xmlNode)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut _xmlNode))

Some value of type T.