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

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

Trait for the attribute rel

Provided methods

fn attr() -> &'static str

Get the name of the attribute

Loading content...

Implementors

impl Rel for A[src]

impl Rel for Area[src]

impl Rel for Link[src]

Loading content...