pub type DataHeapMemoryPageHandle = Arc<RwLock<DataHeapMemoryPage>>;

Aliased Type§

struct DataHeapMemoryPageHandle { /* private fields */ }