pub trait HasCountingBehavior {
// Required method
fn get_behavior_ref(&self) -> &BitFlags<CountingBehavior>;
// Provided method
fn get_behavior_conflicts(&self) -> AllCountingBehaviorConflicts { ... }
}Expand description
Something that has counting behaviors