pub type http_data_cb = Option<unsafe extern "C" fn(arg1: *mut http_parser, at: *const c_char, length: usize) -> c_int>;Aliased Type§
pub enum http_data_cb {
None,
Some(unsafe extern "C" fn(*mut http_parser, *const u8, usize) -> i32),
}Variants§
None
No value.
Some(unsafe extern "C" fn(*mut http_parser, *const u8, usize) -> i32)
Some value of type T.