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

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

Trait for the attribute slot

Provided methods

fn attr() -> &'static str

Get the name of the attribute

Loading content...

Implementors

impl<T> Slot for T where
    T: HtmlElement
[src]

Loading content...