Trait sysml_model::Type

source ·
pub trait Type: Namespace {
    // Provided methods
    fn is_abstract(&self) -> bool { ... }
    fn is_sufficient(&self) -> bool { ... }
    fn is_conjugated(&self) -> bool { ... }
    fn specializes(&self, _supertype: &Self) -> bool { ... }
}

Provided Methods§

source

fn is_abstract(&self) -> bool

source

fn is_sufficient(&self) -> bool

source

fn is_conjugated(&self) -> bool

source

fn specializes(&self, _supertype: &Self) -> bool

Object Safety§

This trait is not object safe.

Implementors§