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

the node name

Required Methods§

source

fn name() -> &'static str

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl Name for String

source§

fn name() -> &'static str

Implementors§