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

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

Trait for the attribute rowspan

Provided methods

fn attr() -> &'static str

Get the name of the attribute

Loading content...

Implementors

impl Rowspan for Td[src]

impl Rowspan for Th[src]

Loading content...