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

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

Trait for the attribute target

Provided methods

fn attr() -> &'static str

Get the name of the attribute

Loading content...

Implementors

impl Target for A[src]

impl Target for Area[src]

impl Target for Base[src]

impl Target for Form[src]

Loading content...