pub enum MapPageError {
AlreadyMapped(Ty),
AllocError,
}Available on crate feature
full only.Variants§
Trait Implementations§
Source§impl Debug for MapPageError
impl Debug for MapPageError
Source§impl From<AllocError> for MapPageError
impl From<AllocError> for MapPageError
Source§fn from(_value: AllocError) -> Self
fn from(_value: AllocError) -> Self
Converts to this type from the input type.