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

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

Trait for the attribute href

Provided methods

fn attr() -> &'static str

Get the name of the attribute

Loading content...

Implementors

impl Href for A[src]

impl Href for Area[src]

impl Href for Base[src]

impl Href for Link[src]

Loading content...