pub unsafe extern "C" fn cass_future_custom_payload_item_count(
    future: *mut CassFuture
) -> usize
Expand description

Gets a the number of custom payload items from a response future. If the future is not ready this method will wait for the future to be set.

@cassandra{2.2+}

@public @memberof CassFuture

@param[in] future @return the number of custom payload items.