Type Alias ValkeyModuleTypeUnlinkFunc

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

Aliased Type§

pub 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.