pub trait ElementComponentName {
// Required method
fn element_component_name(&self) -> &'static str;
}
Expand description
Contains the name of the type implementing ElementComponent.
Required Methods§
sourcefn element_component_name(&self) -> &'static str
fn element_component_name(&self) -> &'static str
Returns the name of the type implementing ElementComponent.