Skip to main content

xmlDeregisterNodeFunc

Type Alias xmlDeregisterNodeFunc 

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

Signature for the deregistration callback of a discarded node

@param node the current node

Aliased Type§

pub enum xmlDeregisterNodeFunc {
    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.