Struct rkv::Store[][src]

pub struct Store<K> where
    K: AsRef<[u8]>, 
{ /* fields omitted */ }

Wrapper around an lmdb::Database.

Methods

impl<K> Store<K> where
    K: AsRef<[u8]>, 
[src]

Note: there may be only one write transaction active at any given time, so this will block if any other writers currently exist for this store.

Auto Trait Implementations

impl<K> Send for Store<K> where
    K: Send

impl<K> Sync for Store<K> where
    K: Sync