Type Alias UA_Server_AsyncOperationNotifyCallback

Source
pub type UA_Server_AsyncOperationNotifyCallback = Option<unsafe extern "C" fn(server: *mut UA_Server)>;

Aliased Type§

enum UA_Server_AsyncOperationNotifyCallback {
    None,
    Some(unsafe extern "C" fn(*mut UA_Server)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut UA_Server))

Some value of type T.