pub type SoupServerWebsocketCallback = Option<unsafe extern "C" fn(_: *mut SoupServer, _: *mut SoupWebsocketConnection, _: *const c_char, _: *mut SoupClientContext, _: gpointer)>;
Aliased Type§
enum SoupServerWebsocketCallback {
None,
Some(unsafe extern "C" fn(_: *mut SoupServer, _: *mut SoupWebsocketConnection, _: *const i8, _: *mut SoupClientContext, _: *mut c_void)),
}
Variants§
None
No value.
Some(unsafe extern "C" fn(_: *mut SoupServer, _: *mut SoupWebsocketConnection, _: *const i8, _: *mut SoupClientContext, _: *mut c_void))
Some value of type T
.