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

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

Trait for the attribute allow

Provided methods

fn attr() -> &'static str

Get the name of the attribute

Loading content...

Implementors

impl Allow for Iframe[src]

Loading content...