[][src]Trait sunshine_util::traits::OrganizationSupervisorPermissions

pub trait OrganizationSupervisorPermissions<OrgId, AccountId> {
    fn is_organization_supervisor(org: OrgId, who: &AccountId) -> bool;
fn clear_organization_supervisor(org: OrgId) -> DispatchResult;
fn put_organization_supervisor(org: OrgId, who: AccountId) -> DispatchResult; }

Required methods

fn is_organization_supervisor(org: OrgId, who: &AccountId) -> bool

fn clear_organization_supervisor(org: OrgId) -> DispatchResult

fn put_organization_supervisor(org: OrgId, who: AccountId) -> DispatchResult

Loading content...

Implementors

Loading content...