Type Alias fidl_fuchsia_sysmem2::AllocatorGetVmoInfoResult

source ·
pub type AllocatorGetVmoInfoResult = Result<AllocatorGetVmoInfoResponse, Error>;

Aliased Type§

enum AllocatorGetVmoInfoResult {
    Ok(AllocatorGetVmoInfoResponse),
    Err(Error),
}

Variants§

§1.0.0

Ok(AllocatorGetVmoInfoResponse)

Contains the success value

§1.0.0

Err(Error)

Contains the error value