Trait cassandra_protocol::frame::traits::IntoQueryValues
source · [−]pub trait IntoQueryValues {
fn into_query_values(self) -> QueryValues;
}
Expand description
The trait that allows transformation of Self
to CDRS query values.
Required Methods
source