Trait cassandra_protocol::types::AsRust
source · pub trait AsRust {
// Provided methods
fn as_rust<R>(&self) -> CDRSResult<Option<R>>
where Self: AsRustType<R> { ... }
fn as_r_rust<T>(&self) -> CDRSResult<T>
where Self: AsRustType<T> { ... }
}Provided Methods§
fn as_rust<R>(&self) -> CDRSResult<Option<R>>where
Self: AsRustType<R>,
fn as_r_rust<T>(&self) -> CDRSResult<T>where
Self: AsRustType<T>,
Object Safety§
This trait is not object safe.