Type Definition rustacuda::error::DropResult

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

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