Type Alias libuwebsockets_sys::bindings::uws_method_handler
source · pub type uws_method_handler = Option<unsafe extern "C" fn(response: *mut uws_res_t, request: *mut uws_req_t, user_data: *mut c_void)>;Aliased Type§
enum uws_method_handler {
None,
Some(unsafe extern "C" fn(_: *mut uws_res_s, _: *mut uws_req_s, _: *mut c_void)),
}