pub trait CounterObject:
StreamOps
+ Selectable
+ CloneOps {
// Required method
fn is_semaphore(&self) -> bool;
}Expand description
Counter-specific operations trait
Required Methods§
Sourcefn is_semaphore(&self) -> bool
fn is_semaphore(&self) -> bool
Check if this is a semaphore mode counter