Trait scylla::transport::legacy_query_result::IntoTypedRows
source · pub trait IntoTypedRows {
// Required method
fn into_typed<RowT: FromRow>(self) -> TypedRowIter<RowT> ⓘ;
}
👎Deprecated since 0.15.1: Legacy deserialization API is inefficient and is going to be removed soon
Expand description
Trait used to implement Vec<result::Row>::into_typed<RowT>
Required Methods§
fn into_typed<RowT: FromRow>(self) -> TypedRowIter<RowT> ⓘ
👎Deprecated since 0.15.1: Legacy deserialization API is inefficient and is going to be removed soon
Object Safety§
This trait is not object safe.
Implementations on Foreign Types§
source§impl IntoTypedRows for Vec<Row>
impl IntoTypedRows for Vec<Row>
source§fn into_typed<RowT: FromRow>(self) -> TypedRowIter<RowT> ⓘ
fn into_typed<RowT: FromRow>(self) -> TypedRowIter<RowT> ⓘ
👎Deprecated since 0.15.1: Legacy deserialization API is inefficient and is going to be removed soon