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

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

Trait for the attribute download

Provided methods

fn attr() -> &'static str

Get the name of the attribute

Loading content...

Implementors

impl Download for A[src]

impl Download for Area[src]

Loading content...