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

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

Trait for the attribute src

Provided methods

fn attr() -> &'static str

Get the name of the attribute

Loading content...

Implementors

impl Src for Audio[src]

impl Src for Embed[src]

impl Src for Iframe[src]

impl Src for Img[src]

impl Src for Input[src]

impl Src for Script[src]

impl Src for Source[src]

impl Src for Track[src]

impl Src for Video[src]

Loading content...