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

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

Trait for the attribute color

Provided methods

fn attr() -> &'static str

Get the name of the attribute

Loading content...

Implementors

impl Color for Hr[src]

Loading content...