pub type TextSelections<'store> = Handles<'store, TextSelection>;Expand description
Holds a collection of TextSelection (by reference to an AnnotationStore and handles). This structure is produced by calling
ToHandles::to_handles(), which is available on all iterators over texts selections.
Aliased Typeยง
pub struct TextSelections<'store> { /* private fields */ }