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

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

Trait for the attribute shape

Provided methods

fn attr() -> &'static str

Get the name of the attribute

Loading content...

Implementors

impl Shape for A[src]

impl Shape for Area[src]

Loading content...