Type Alias esp_idf_sys::http_cb
source · pub type http_cb = Option<unsafe extern "C" fn(arg1: *mut http_parser) -> c_int>;
Aliased Type§
enum http_cb {
None,
Some(unsafe extern "C" fn(_: *mut http_parser) -> i32),
}
Variants§
None
No value.
Some(unsafe extern "C" fn(_: *mut http_parser) -> i32)
Some value of type T
.