Type Alias esp_idf_hal::sys::http_cb

source ·
pub type http_cb = Option<unsafe extern "C" fn(_: *mut http_parser) -> i32>;

Aliased Type§

enum http_cb {
    None,
    Some(unsafe extern "C" fn(_: *mut http_parser) -> i32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *mut http_parser) -> i32)

Some value of type T.