Type Definition redis_driver::ZMPopResult

source ·
pub type ZMPopResult<E> = (String, Vec<(E, f64)>);