Type Alias UA_ClientAsyncBrowseNextCallback

Source
pub type UA_ClientAsyncBrowseNextCallback = Option<unsafe extern "C" fn(client: *mut UA_Client, userdata: *mut c_void, requestId: UA_UInt32, wr: *mut UA_BrowseNextResponse)>;

Aliased Type§

enum UA_ClientAsyncBrowseNextCallback {
    None,
    Some(unsafe extern "C" fn(*mut UA_Client, *mut c_void, u32, *mut UA_BrowseNextResponse)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut UA_Client, *mut c_void, u32, *mut UA_BrowseNextResponse))

Some value of type T.