Type Alias AofRewriteFn

Source
pub type AofRewriteFn<T> = fn(&mut T, &mut AofRewriteIo, RedisString) -> RedisResult<()>;