pub trait IntoValueTuple {
// Required method
fn into_value_tuple(self) -> ValueTuple;
}Available on crate feature
migration only.pub trait IntoValueTuple {
// Required method
fn into_value_tuple(self) -> ValueTuple;
}migration only.