Module rustdb::pstore[][src]

Expand description

Page storage and sharing, SharedPagedData and AccessPagedData.

Structs

Access to shared paged data.

Cached information about a logical page.

Allows logical database pages to be shared to allow concurrent readers.

Central store of data.

Type Definitions

Arc<Mutex<PageInfo>>