Struct castor::Store [] [src]

pub struct Store(pub Store);

A Store holds content adressable values

Methods

impl Store
[src]

[src]

Create a new configuration builder

[src]

Create a new store from the given configuration

[src]

Open a readonly transaction

[src]

Open a writable transaction

[src]

Get handle to kv::Bucket

Trait Implementations

Auto Trait Implementations

impl Send for Store

impl Sync for Store