Trait leetcode_tui_rs::migrations::IntoValueTuple
pub trait IntoValueTuple {
// Required method
fn into_value_tuple(self) -> ValueTuple;
}
pub trait IntoValueTuple {
// Required method
fn into_value_tuple(self) -> ValueTuple;
}