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

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

Trait for the attribute async

Provided methods

fn attr() -> &'static str

Get the name of the attribute

Loading content...

Implementors

impl Async for Script[src]

Loading content...