Function qpid_proton_sys::pn_data_next[][src]

pub unsafe extern "C" fn pn_data_next(data: *mut pn_data_t) -> bool
Expand description

Advances the current node to its next sibling and returns true. If there is no next sibling the current node remains unchanged and false is returned.