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§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: UA_ConnectionConfig, _: UA_String, _: u32, _: *const UA_Logger) -> UA_Connection)

Some value of type T.