Trait sysml_model::Namespace

source ·
pub trait Namespace: Element {
    // Provided method
    fn names_of(&self, _element: &dyn Element) -> Vec<String> { ... }
}

Provided Methods§

source

fn names_of(&self, _element: &dyn Element) -> Vec<String>

Trait Implementations§

source§

impl Debug for dyn Namespace

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
source§

impl Display for dyn Namespace

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more

Implementors§