pub struct Mempack<'odb> { /* private fields */ }
Expand description
A structure to represent a mempack backend for the object database. The Mempack is bound to the Odb that it was created from, and cannot outlive that Odb.
pub struct Mempack<'odb> { /* private fields */ }
A structure to represent a mempack backend for the object database. The Mempack is bound to the Odb that it was created from, and cannot outlive that Odb.