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

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

Trait for the attribute sandbox

Provided methods

fn attr() -> &'static str

Get the name of the attribute

Loading content...

Implementors

impl Sandbox for Iframe[src]

Loading content...