evdns_getaddrinfo_cb

Type Alias evdns_getaddrinfo_cb 

Source
pub type evdns_getaddrinfo_cb = Option<unsafe extern "C" fn(result: c_int, res: *mut addrinfo, arg: *mut c_void)>;

Aliased Type§

pub enum evdns_getaddrinfo_cb {
    None,
    Some(unsafe extern "C" fn(i32, *mut addrinfo, *mut c_void)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(i32, *mut addrinfo, *mut c_void))

Some value of type T.