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

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

Trait for the attribute draggable

Provided methods

fn attr() -> &'static str

Get the name of the attribute

Loading content...

Implementors

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

Loading content...