Type Definition rustacuda::error::DropResult[][src]

pub type DropResult<T> = Result<(), (CudaError, T)>;
Expand description

Special result type for drop functions which includes the un-dropped value with the error.