Skip to main content

tJsonObjectGetString

Type Alias tJsonObjectGetString 

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

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.