[][src]Trait sunshine_util::traits::GetFlatShareGroup

pub trait GetFlatShareGroup<AccountId> {
    fn get_organization_share_group(
        organization: u32,
        share_id: u32
    ) -> Option<Vec<AccountId>>; }

Required methods

fn get_organization_share_group(
    organization: u32,
    share_id: u32
) -> Option<Vec<AccountId>>

Loading content...

Implementors

Loading content...