Type Alias assembly_fdb::ro::handle::Database

source ·
pub type Database<'a> = Handle<'a, ()>;
Expand description

The basic database handle

Aliased Type§

struct Database<'a> { /* private fields */ }

Implementations§

source§

impl<'a> Database<'a>

source

pub fn new_ref(mem: &'a [u8]) -> Self

Create a new database handle

source

pub fn tables(&self) -> Result<'a, FDBHeader>

Get the header for the local database