Function mdbx::iter::rev[][src]

pub fn rev<Kind, K: FromMdbx, V: FromMdbx>(
    db: Db<Kind, K, V>
) -> impl Iterator<Item = (K, V)>