Type Alias ValkeyModuleDefragFunc

Source
pub type ValkeyModuleDefragFunc = Option<unsafe extern "C" fn(ctx: *mut ValkeyModuleDefragCtx)>;

Aliased Type§

enum ValkeyModuleDefragFunc {
    None,
    Some(unsafe extern "C" fn(_: *mut ValkeyModuleDefragCtx)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *mut ValkeyModuleDefragCtx))

Some value of type T.