pub type PageRef = Arc<PageBytes>;
Refcounted handle to a PageBytes allocated by the global allocator. Plain std::sync::Arc alias for cap-layer readability.
PageBytes
std::sync::Arc
pub struct PageRef { /* private fields */ }