Trait cassandra_protocol::types::AsRustType[][src]

pub trait AsRustType<T> {
    fn as_rust_type(&self) -> CDRSResult<Option<T>>;

    fn as_r_type(&self) -> CDRSResult<T> { ... }
}
Expand description

Should be used to represent a single column as a Rust value.

Required methods

Provided methods

Implementors