Module libimagstore::store [] [src]

Re-exports

pub use file_abstraction::FileAbstraction;

Structs

Entry

An Entry of the store Contains location, header and content part.

FSFileAbstraction

FSFileAbstraction state type

FileLockEntry

A struct that allows you to borrow an Entry

InMemoryFileAbstraction
Store

The Store itself, through this object one can interact with IMAG's entries

Traits

Header

Extension trait for top-level toml::Value::Table, will only yield correct results on the top-level Value::Table, but not on intermediate tables.

Type Definitions

EntryContent

EntryContent type

Result

The Result Type returned by any interaction with the store that could fail