uv_getaddrinfo_cb

Type Alias 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§

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