pub type CassResult = CassResult_;
Expand description
The result of a query.
A result object is read-only and is thread-safe to read or iterate over concurrently.
@struct CassResult
Aliased Typeยง
#[repr(C)]pub struct CassResult { /* private fields */ }