[][src]Trait scylla::transport::session::IntoTypedRows

pub trait IntoTypedRows {
    fn into_typed<RowT: FromRow>(self) -> TypedRowIter<RowT>

Notable traits for TypedRowIter<RowT>

impl<RowT: FromRow> Iterator for TypedRowIter<RowT> type Item = Result<RowT, FromRowError>;
; }

Required methods

fn into_typed<RowT: FromRow>(self) -> TypedRowIter<RowT>

Notable traits for TypedRowIter<RowT>

impl<RowT: FromRow> Iterator for TypedRowIter<RowT> type Item = Result<RowT, FromRowError>;

Loading content...

Implementations on Foreign Types

impl IntoTypedRows for Vec<Row>[src]

Loading content...

Implementors

Loading content...