Type Definition CudaResult
rustacuda::error
type CudaResult<T> = Result<T, CudaError>;
Result type for most CUDA functions.