JsonBoxedSerializeFunc

Type Alias JsonBoxedSerializeFunc 

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

Aliased Type§

pub 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.