Type Alias page_table::PagingResult 
source · pub type PagingResult<T = ()> = Result<T, PagingError>;Expand description
The specialized Result type for page table operations.
pub type PagingResult<T = ()> = Result<T, PagingError>;The specialized Result type for page table operations.