pub type Result<T> = Result<T, CufinderError>;
Expand description
Result type alias for CUFinder operations
Aliased Type§
pub enum Result<T> {
Ok(T),
Err(CufinderError),
}
pub type Result<T> = Result<T, CufinderError>;
Result type alias for CUFinder operations
pub enum Result<T> {
Ok(T),
Err(CufinderError),
}