[][src]Function uclicious_libucl_sys::ucl_object_iterate_full

pub unsafe extern "C" fn ucl_object_iterate_full(
    iter: ucl_object_iter_t,
    type_: ucl_iterate_type
) -> *const ucl_object_t

Get the next object from the obj. This function iterates over arrays, objects and implicit arrays if needed @param iter safe iterator @param @return the next object in sequence