Type Alias open62541_sys::UA_ConnectClientConnection
source · pub type UA_ConnectClientConnection = Option<unsafe extern "C" fn(config: UA_ConnectionConfig, endpointUrl: UA_String, timeout: UA_UInt32, logger: *const UA_Logger) -> UA_Connection>;Aliased Type§
enum UA_ConnectClientConnection {
None,
Some(unsafe extern "C" fn(_: UA_ConnectionConfig, _: UA_String, _: u32, _: *const UA_Logger) -> UA_Connection),
}Variants§
None
No value.
Some(unsafe extern "C" fn(_: UA_ConnectionConfig, _: UA_String, _: u32, _: *const UA_Logger) -> UA_Connection)
Some value of type T.