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

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

Trait for the attribute headers

Provided methods

fn attr() -> &'static str

Get the name of the attribute

Loading content...

Implementors

impl Headers for Td[src]

impl Headers for Th[src]

Loading content...