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

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

Trait for the attribute hidden

Provided methods

fn attr() -> &'static str

Get the name of the attribute

Loading content...

Implementors

impl<T> Hidden for T where
    T: HtmlElement
[src]

Loading content...