Skip to main content

soil_error_kind

Function soil_error_kind 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn soil_error_kind( err: *const SoilError, ) -> c_int
Expand description

The PanicKind as a stable small integer (order of declaration).

ยงSafety

err is a valid error handle.