[][src]Trait sunshine_util::traits::GetGroupSize

pub trait GetGroupSize {
    type GroupId;
    fn get_size_of_group(group_id: Self::GroupId) -> u32;
}

Associated Types

type GroupId

Loading content...

Required methods

fn get_size_of_group(group_id: Self::GroupId) -> u32

Loading content...

Implementors

Loading content...