Trait sysml_model::Relationship

source ·
pub trait Relationship: Element {
    // Provided method
    fn is_implied(&self) -> bool { ... }
}

Provided Methods§

source

fn is_implied(&self) -> bool

Implementors§