Type Definition ort::error::OrtResult

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

Type alias for the Result type returned by ORT functions.