Trait CountedMembers
pub trait CountedMembers {
// Required method
fn active_count(&self) -> u32;
}
Expand description
Trait to get the total number of active members in a set.
Required Methods§
fn active_count(&self) -> u32
fn active_count(&self) -> u32
Returns the number of active members in the set.