Type Alias ValkeyModuleTypeUnlinkFunc

Source
pub type ValkeyModuleTypeUnlinkFunc = Option<unsafe extern "C" fn(key: *mut ValkeyModuleString, value: *const c_void)>;

Aliased Type§

enum ValkeyModuleTypeUnlinkFunc {
    None,
    Some(unsafe extern "C" fn(_: *mut ValkeyModuleString, _: *const c_void)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *mut ValkeyModuleString, _: *const c_void))

Some value of type T.