Skip to main content

tJsonObjectGetArrayLength

Type Alias tJsonObjectGetArrayLength 

pub type tJsonObjectGetArrayLength = Option<unsafe extern "C" fn(sGCJsonObject, *mut u32) -> i64>;

Aliased Type§

pub enum tJsonObjectGetArrayLength {
    None,
    Some(unsafe extern "C" fn(sGCJsonObject, *mut u32) -> i64),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(sGCJsonObject, *mut u32) -> i64)

Some value of type T.