pub type ValkeyModuleDefragFunc = Option<unsafe extern "C" fn(ctx: *mut ValkeyModuleDefragCtx)>;Aliased Type§
enum ValkeyModuleDefragFunc {
None,
Some(unsafe extern "C" fn(_: *mut ValkeyModuleDefragCtx)),
}Variants§
None
No value.
Some(unsafe extern "C" fn(_: *mut ValkeyModuleDefragCtx))
Some value of type T.