[][src]Type Definition libuv_sys2::uv_poll_cb

type uv_poll_cb = Option<unsafe extern "C" fn(handle: *mut uv_poll_t, status: c_int, events: c_int)>;