Type Alias SelectableHtml

Source
pub type SelectableHtml<'a> = Selectable<'a, Html>;
Expand description

Selectable Html Document

Aliased Typeยง

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