pub trait VStoreConcept: ImmutableMemoryConcept + AssociativeCollection<Location = Identity<<Self as Collection>::Item>> + Alloc + MonotonicUpdate + DisplayStateful<Model> { }

Implementors§