[][src]Function uclicious_libucl_sys::ucl_object_iterate_new

pub unsafe extern "C" fn ucl_object_iterate_new(
    obj: *const ucl_object_t
) -> ucl_object_iter_t

Create new safe iterator for the specified object @param obj object to iterate @return new iterator object that should be used with safe iterators API only