[][src]Function uclicious_libucl_sys::ucl_object_lookup

pub unsafe extern "C" fn ucl_object_lookup(
    obj: *const ucl_object_t,
    key: *const c_char
) -> *const ucl_object_t

Return object identified by a key in the specified object @param obj object to get a key from (must be of type UCL_OBJECT) @param key key to search @return object matching the specified key or NULL if key was not found