[][src]Type Definition assembly_data::fdb::ro::handle::Database

type Database<'a> = Handle<'a, ()>;

The basic database handle

Implementations

impl<'a> Database<'a>[src]

pub fn new(buffer: &'a [u8]) -> Self[src]

Create a new database handle

pub fn header(&self) -> Result<'a, FDBHeader>[src]

Get the header for the local database