Function mdbx::iter::all[][src]

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