[][src]Crate storaget

Structs

NOTHING
Pack

Pack Small FS layer around type T Pack is responsible to sync T to the filesystem.

PackGuard

PackGuard<'a, T> Small mutable guard around type T that implements Drop trait, and save T to the filesystem when PackGuard is dropped.

VecPack

VecPack Small FS layer around a Vec<Pack> The naming could be confusing a bit, as VecPack is rather FSLayer<Vec<Pack>>, but maybe this could be too long and unnecessary. So VecPack behaves as a special Vec<Pack>.

VecPackIterMut

Enums

PackError

Pack Error type For internal use

Traits

TryFrom
VecPackMember

This trait defines the requirements to be a member of a VecPack

Type Definitions

PackResult

PackResult