[][src]Module retriever::types

Module containing various types.

Modules

chunk_storage

Module for a data type representing the storage for a single chunk.

editor

Module for an interface to edit stored values.

entry

Module for an interface to edit stored values that may or may not exist.

id

Module for a data type that serves as reference to a stored value by it's chunk key and item key.

reduction

Module for an interface to reduce a large number of collected values down to a single value.

storage

Module for the primary Storage type.