pub type JsonBoxedSerializeFunc = Option<unsafe extern "C" fn(boxed: gconstpointer) -> *mut JsonNode>;

Aliased Type§

enum JsonBoxedSerializeFunc {
    None,
    Some(unsafe extern "C" fn(_: *const c_void) -> *mut _JsonNode),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *const c_void) -> *mut _JsonNode)

Some value of type T.