Struct sanakirja::Txn [] [src]

pub struct Txn<'env> { /* fields omitted */ }

An immutable transaction.

Trait Implementations

impl<'env> Drop for Txn<'env>
[src]

A method called when the value goes out of scope. Read more

impl<'env> Transaction for Txn<'env>
[src]

Iterate over a database, starting at the first value larger than or equal to (key, value) (and at the smallest key, or smallest value if one or both of them is None). Read more

Gets the specified root. At most 508 different roots are allowed.

Get the smallest value associated to key, or returns the given binding if value is Some(..) and is associated to key in the given database. Read more