Type Alias stam::Data

source ·
pub type Data<'store> = Handles<'store, AnnotationData>;
Expand description

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

Aliased Type§

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