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

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

Trait for the attribute capture

Provided methods

fn attr() -> &'static str

Get the name of the attribute

Loading content...

Implementors

impl Capture for Input[src]

Loading content...