Trait html_rs::elements::ElementName

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

Required Methods§

source

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

Implementors§