pub trait ElementComponentName {
    // Required method
    fn element_component_name(&self) -> &'static str;
}
Expand description

Contains the name of the type implementing ElementComponent.

Required Methods§

source

fn element_component_name(&self) -> &'static str

Returns the name of the type implementing ElementComponent.

Implementors§