Trait sea_query::value::IntoValueTuple
source ยท pub trait IntoValueTuple {
// Required method
fn into_value_tuple(self) -> ValueTuple;
}
pub trait IntoValueTuple {
// Required method
fn into_value_tuple(self) -> ValueTuple;
}