[][src]Trait sunshine_util::traits::GetInnerOuterShareGroups

pub trait GetInnerOuterShareGroups<OrgId, ShareId, AccountId>: ShareGroupChecks<OrgId, ShareId, AccountId> {
    fn get_inner_share_group_identifiers(
        organization: OrgId
    ) -> Option<Vec<ShareId>>;
fn get_outer_share_group_identifiers(
        organization: OrgId
    ) -> Option<Vec<ShareId>>; }

Required methods

fn get_inner_share_group_identifiers(
    organization: OrgId
) -> Option<Vec<ShareId>>

fn get_outer_share_group_identifiers(
    organization: OrgId
) -> Option<Vec<ShareId>>

Loading content...

Implementors

Loading content...