Skip to main content

cujson_status

Type Alias cujson_status 

Source
pub type cujson_status = i32;
Expand description

Mirrors cujson_status (cujson_capi.h). A plain i32, not a Rust enum, because the value comes from C and an out-of-range value from a future header change must not be undefined behavior to hold.