[][src]Function uclicious_libucl_sys::ucl_object_delete_key

pub unsafe extern "C" fn ucl_object_delete_key(
    top: *mut ucl_object_t,
    key: *const c_char
) -> bool

Delete a object associated with key 'key', old object will be unrefered, @param top object @param key key associated to the object to remove