pub type CassFutureCallback = Option<unsafe extern "C" fn(future: *mut CassFuture, data: *mut c_void)>;
Expand description

A callback that’s notified when the future is set.

@param[in] message @param[in] data user defined data provided when the callback was registered.

@see cass_future_set_callback()