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

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

Trait for the attribute colspan

Provided methods

fn attr() -> &'static str

Get the name of the attribute

Loading content...

Implementors

impl Colspan for Td[src]

impl Colspan for Th[src]

Loading content...