pub trait IsSupport {
// Provided method
fn is_support(&self) -> bool { ... }
}Expand description
Trait for support role detection.
Provided Methods§
Sourcefn is_support(&self) -> bool
fn is_support(&self) -> bool
Returns whether the user is support.