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

the node name

Required Methods§

source

fn name() -> &'static str

Implementations on Foreign Types§

source§

impl Name for String

source§

fn name() -> &'static str

Implementors§