pub trait Name {
    fn name() -> &'static str;
}
Expand description

the node name

Required Methods§

Implementations on Foreign Types§

Implementors§