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

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

Trait for the attribute pattern

Provided methods

fn attr() -> &'static str

Get the name of the attribute

Loading content...

Implementors

impl Pattern for Input[src]

Loading content...