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§
fn is_abstract(&self) -> bool
fn is_sufficient(&self) -> bool
fn is_conjugated(&self) -> bool
fn specializes(&self, _supertype: &Self) -> bool
Object Safety§
This trait is not object safe.