Module handle

Module handle 

Source
Expand description

The low-level Handle API

This API uses handles that store the data of one header alongside a reference into the in-memory file.

Structs§

BaseError
The basic error type
FDBRowHeaderRef
A newtype for a row header reference

Enums§

BaseErrorKind
The different kinds of BaseErrors

Type Aliases§

BaseResult
The base result type
Database
The basic database handle
Result
Custom result type for this module