Type Alias rustdb::pstore::PageInfoPtr

source ·
pub type PageInfoPtr = Arc<Mutex<PageInfo>>;
Expand description

Arc<Mutex<PageInfo>>

Aliased Type§

struct PageInfoPtr { /* private fields */ }