Function qpid_proton_sys::pn_data_prev[][src]

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

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