open62541_sys

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.