pub type GPUStarterResult<T> = Result<T, GPUStarterError>;Expand description
Result type that goes with error type GPUStarterError
Aliased Type§
pub enum GPUStarterResult<T> {
Ok(T),
Err(GPUStarterError),
}pub type GPUStarterResult<T> = Result<T, GPUStarterError>;Result type that goes with error type GPUStarterError
pub enum GPUStarterResult<T> {
Ok(T),
Err(GPUStarterError),
}