Type Definition Database
assembly_data::fdb::ro::handle
type Database<'a> = Handle<'a, ()>;
The basic database handle
impl<'a> Database<'a>
pub fn new(buffer: &'a [u8]) -> Self
Create a new database handle
pub fn header(&self) -> Result<'a, FDBHeader>
Get the header for the local database