Skip to main content

tJsonObjectGetBool

Type Alias tJsonObjectGetBool 

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

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.