CudaResult

Type Alias CudaResult 

Source
pub type CudaResult<T> = Result<T, ErrorCode>;

Aliased Type§

pub enum CudaResult<T> {
    Ok(T),
    Err(ErrorCode),
}

Variants§

§1.0.0

Ok(T)

Contains the success value

§1.0.0

Err(ErrorCode)

Contains the error value