Skip to main content

active_grants

Function active_grants 

Source
pub fn active_grants<R, T: Ord>(
    grants: &BTreeMap<MembershipGrantId, GrantState<R, T>>,
) -> impl Iterator<Item = (&MembershipGrantId, &R)>
Expand description

The grants that currently hold their assignment, with their records.