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

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

Trait for the attribute media

Provided methods

fn attr() -> &'static str

Get the name of the attribute

Loading content...

Implementors

impl Media for A[src]

impl Media for Area[src]

impl Media for Link[src]

impl Media for Source[src]

impl Media for Style[src]

Loading content...