Type Alias stam::AnnotationDataSets
source · pub type AnnotationDataSets<'store> = Handles<'store, AnnotationDataSet>;Expand description
Holds a collection of AnnotationDataSet (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<AnnotationDataSet>).
Aliased Type§
struct AnnotationDataSets<'store> { /* private fields */ }