Type Alias ngx_connection_handler_pt

Source
pub type ngx_connection_handler_pt = Option<unsafe extern "C" fn(_: *mut ngx_connection_s)>;

Aliased Type§

enum ngx_connection_handler_pt {
    None,
    Some(unsafe extern "C" fn(_: *mut ngx_connection_s)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *mut ngx_connection_s))

Some value of type T.