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

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

Trait for the attribute background

Provided methods

fn attr() -> &'static str

Get the name of the attribute

Loading content...

Implementors

impl Background for Body[src]

impl Background for Table[src]

impl Background for Td[src]

impl Background for Th[src]

Loading content...