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

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

Trait for the attribute ping

Provided methods

fn attr() -> &'static str

Get the name of the attribute

Loading content...

Implementors

impl Ping for A[src]

impl Ping for Area[src]

Loading content...