Type Alias PsiProviderGetMemoryPressureStatsResult

Source
pub type PsiProviderGetMemoryPressureStatsResult = Result<PsiProviderGetMemoryPressureStatsResponse, i32>;

Aliased Type§

enum PsiProviderGetMemoryPressureStatsResult {
    Ok(PsiProviderGetMemoryPressureStatsResponse),
    Err(i32),
}

Variants§

§1.0.0

Ok(PsiProviderGetMemoryPressureStatsResponse)

Contains the success value

§1.0.0

Err(i32)

Contains the error value