Skip to main content

PageRef

Type Alias PageRef 

Source
pub type PageRef = Arc<PageBytes>;
Expand description

Refcounted handle to a PageBytes allocated by the global allocator. Plain std::sync::Arc alias for cap-layer readability.

Aliased Typeยง

pub struct PageRef { /* private fields */ }