Skip to main content

active_grants_for_actor

Function active_grants_for_actor 

Source
pub fn active_grants_for_actor<'a>(
    sessions: impl Iterator<Item = &'a StoredSession>,
    actor_id: &ActorId,
) -> Vec<PolicyGrant>
Expand description

Returns the active grants for one actor across a collection of stored views.