Trait 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§