pub trait Name {
// Required method
fn name() -> &'static str;
}
Expand description
the node name
Required Methods§
Object Safety§
This trait is not object safe.
pub trait Name {
// Required method
fn name() -> &'static str;
}
the node name