Type Definition libxml::bindings::xmlListWalker[][src]

type xmlListWalker = Option<unsafe extern "C" fn(data: *const c_void, user: *const c_void) -> c_int>;

xmlListWalker: @data: the data found in the list @user: extra user provided data to the walker

Callback function used when walking a list with xmlListWalk().

Returns 0 to stop walking the list, 1 otherwise.