Struct sanakirja::Txn [] [src]

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

An immutable transaction.

Trait Implementations

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

[src]

Executes the destructor for this type. Read more

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

[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

[src]

Iterate over a database in the reverse order, starting from the last binding strictly before k (or from the last binding in the table if k.is_none()).

[src]

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

[src]

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