Type Alias SelectableElement

Source
pub type SelectableElement<'a> = Selectable<'a, ElementRef<'a>>;
Expand description

Selectable Html Element

Aliased Typeยง

pub struct SelectableElement<'a> { /* private fields */ }