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

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

Trait for the attribute srcdoc

Provided methods

fn attr() -> &'static str

Get the name of the attribute

Loading content...

Implementors

impl Srcdoc for Iframe[src]

Loading content...