Type Alias stam::TextSelections

source ·
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§

struct TextSelections<'store> { /* private fields */ }