Skip to main content

http_cb

Type Alias http_cb 

Source
pub type http_cb = Option<unsafe extern "C" fn(arg1: *mut http_parser) -> c_int>;

Aliased Type§

pub 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.