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

node default name

Required Methods

Implementors