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