Type Alias page_table::PagingResult

source ·
pub type PagingResult<T = ()> = Result<T, PagingError>;
Expand description

The specialized Result type for page table operations.