Skip to main content

IsSupport

Trait IsSupport 

Source
pub trait IsSupport {
    // Provided method
    fn is_support(&self) -> bool { ... }
}
Expand description

Trait for support role detection.

Provided Methods§

Source

fn is_support(&self) -> bool

Returns whether the user is support.

Implementors§