[][src]Trait valerie::html::attributes::Scoped

pub trait Scoped: HtmlElement {
    fn attr() -> &'static str { ... }
}

Trait for the attribute scoped

Provided methods

fn attr() -> &'static str

Get the name of the attribute

Loading content...

Implementors

impl Scoped for Style[src]

Loading content...