Type Definition ocl_core::error::Result

source ·
pub type Result<T> = Result<T, Error>;
Expand description

Ocl error result type.