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