[][src]Module folia::store

Traits

Storable

This trait needs to be implemented on items that are storable in a Store. It is a very lax trait where storable elements MAY BE identifiable and MAY BE storing their own key (the default implementation does neither)

Store

Holds and owns all items, the index to them and their declarations. The store serves as an abstraction used by Documents

StringStore