Struct kv::Bucket [] [src]

pub struct Bucket<'a, K: Key, V: 'a + Value<'a>>(_, _, _);

A Bucket represents a single database, or section of the Store

Methods

impl<'a, K: Key, V: Value<'a>> Bucket<'a, K, V>
[src]

[src]

Provides access to the underlying LMDB dbi handle

Trait Implementations

Auto Trait Implementations

impl<'a, K, V> Send for Bucket<'a, K, V> where
    K: Send,
    V: Sync

impl<'a, K, V> Sync for Bucket<'a, K, V> where
    K: Sync,
    V: Sync