Type Alias classicube_sys::JsonOnValue

source ·
pub type JsonOnValue = Option<unsafe extern "C" fn(ctx: *mut JsonContext, v: *const cc_string)>;

Aliased Type§

enum JsonOnValue {
    None,
    Some(unsafe extern "C" fn(_: *mut JsonContext, _: *const cc_string_)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *mut JsonContext, _: *const cc_string_))

Some value of type T.