pub type Store<T> = Vec<Option<T>>;Expand description
Type for Store elements. The struct that owns a field of this type should implement the trait StoreFor<T>
This is a low-level construct. Do not confuse with AnnotationStore.
Aliased Type§
struct Store<T> { /* private fields */ }