Type Alias libuv_sys2::uv_getaddrinfo_cb

source ·
pub type uv_getaddrinfo_cb = Option<unsafe extern "C" fn(req: *mut uv_getaddrinfo_t, status: c_int, res: *mut addrinfo)>;

Aliased Type§

enum uv_getaddrinfo_cb {
    None,
    Some(unsafe extern "C" fn(_: *mut uv_getaddrinfo_s, _: i32, _: *mut addrinfo)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *mut uv_getaddrinfo_s, _: i32, _: *mut addrinfo))

Some value of type T.