Skip to main content

Keys

Type Alias Keys 

Source
pub type Keys<'store> = Handles<'store, DataKey>;
Expand description

Holds a collection of DataKey (by reference to an AnnotationStore and handles). This structure is produced by calling ToHandles::to_handles(), which is available on all iterators over keys (ResultItem<DataKey>).

Aliased Typeยง

pub struct Keys<'store> { /* private fields */ }