Type Alias oboe_sys::oboe_Result
source · pub type oboe_Result = i32;Expand description
The result of an operation. All except the OK result indicates that an error occurred.
The Result can be converted into a human readable string using convertToText.