Named

Trait Named 

Source
pub trait Named {
    // Required method
    fn name(&self) -> String;
}

Required Methods§

Source

fn name(&self) -> String

Gets the String representation of the Type of the Component, used for debugging

Implementations on Foreign Types§

Source§

impl Named for Box<dyn Message>

Source§

fn name(&self) -> String

Implementors§