Type Alias stam::Resources

source ·
pub type Resources<'store> = Handles<'store, TextResource>;
Expand description

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

Aliased Type§

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