Struct sanakirja::Db [] [src]

pub struct Db {
    pub root: u64,
}

A database identifier. The root field is the offset in the file, of the root of a B tree.

Fields

root: u64

Trait Implementations

impl Debug for Db
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.