[][src]Trait cassandra_proto::types::ByIndex

pub trait ByIndex {
    fn by_index<R>(&self, index: usize) -> CDRSResult<Option<R>>
    where
        Self: IntoRustByIndex<R>
, { ... }
fn r_by_index<R>(&self, index: usize) -> CDRSResult<R>
    where
        Self: IntoRustByIndex<R>
, { ... } }

Provided methods

fn by_index<R>(&self, index: usize) -> CDRSResult<Option<R>> where
    Self: IntoRustByIndex<R>, 

fn r_by_index<R>(&self, index: usize) -> CDRSResult<R> where
    Self: IntoRustByIndex<R>, 

Loading content...

Implementors

impl ByIndex for Row[src]

impl ByIndex for Tuple[src]

Loading content...