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

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

Trait for the attribute loading

Provided methods

fn attr() -> &'static str

Get the name of the attribute

Loading content...

Implementors

impl Loading for Iframe[src]

impl Loading for Img[src]

Loading content...