pub type AllocatorGetVmoInfoResult = Result<AllocatorGetVmoInfoResponse, Error>;Aliased Type§
pub enum AllocatorGetVmoInfoResult {
    Ok(AllocatorGetVmoInfoResponse),
    Err(Error),
}Variants§
Ok(AllocatorGetVmoInfoResponse)
Contains the success value
Err(Error)
Contains the error value