Type Alias hal_x86_64::mm::page::TranslateResult
pub type TranslateResult<A, S> = Result<Page<A, S>, TranslateError<S>>;
Aliased Type§
enum TranslateResult<A, S> {
Ok(Page<A, S>),
Err(TranslateError<S>),
}
pub type TranslateResult<A, S> = Result<Page<A, S>, TranslateError<S>>;
enum TranslateResult<A, S> {
Ok(Page<A, S>),
Err(TranslateError<S>),
}