Type Alias DefragFn

Source
pub type DefragFn<T> = fn(&mut T, DefragContext, RedisString) -> i32;