Trait sysml_model::Usage

source ·
pub trait Usage: Feature {
    // Provided methods
    fn is_reference(&self) -> bool { ... }
    fn is_variation(&self) -> bool { ... }
}

Provided Methods§

Object Safety§

This trait is not object safe.

Implementors§