Trait Namespace
Source pub trait Namespace: Element {
// Provided method
fn names_of(&self, _element: &dyn Element) -> Vec<String> { ... }
}
Formats the value using the given formatter.
Read more
Formats the value using the given formatter.
Read more