[−][src]Type Definition rustacuda::error::DropResult
type DropResult<T> = Result<(), (CudaError, T)>;
Special result type for drop
functions which includes the un-dropped value with the error.
type DropResult<T> = Result<(), (CudaError, T)>;
Special result type for drop
functions which includes the un-dropped value with the error.