Type Alias stam::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§

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