Trait html_rs::elements::ElementName
source · pub trait ElementName: Debug {
// Required method
fn name(&self) -> &'static str;
}
pub trait ElementName: Debug {
// Required method
fn name(&self) -> &'static str;
}