Type Definition cassandra_cpp_sys::CassFuture

source ·
pub type CassFuture = CassFuture_;
Expand description

The future result of an operation.

It can represent a result if the operation completed successfully or an error if the operation failed. It can be waited on, polled or a callback can be attached.

@struct CassFuture