[][src]Macro openvino::try_unsafe

macro_rules! try_unsafe {
    ($e: expr) => { ... };
}

Convert an unsafe call to openvino-sys into an InferenceError.