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

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

Trait for the attribute open

Provided methods

fn attr() -> &'static str

Get the name of the attribute

Loading content...

Implementors

impl Open for Details[src]

Loading content...