Trait naia_shared::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§