Skip to main content

obj_error_t

Type Alias obj_error_t 

Source
pub type obj_error_t = i32;
Expand description

Numeric type carried by obj_error_t. Aliased so the cbindgen header emits typedef int32_t obj_error_t; rather than a bare int32_t everywhere.