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

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

Trait for the attribute border

Provided methods

fn attr() -> &'static str

Get the name of the attribute

Loading content...

Implementors

impl Border for Img[src]

impl Border for Object[src]

impl Border for Table[src]

Loading content...