Type Alias Copy2Fn

Source
pub type Copy2Fn<T> = fn(&T, &mut RedisModuleKeyOptCtx) -> Option<T>;