Trait IsSupport

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

Provided Methods§

Source

fn is_support(&self) -> bool

Implementors§