pub trait IntoTupleSlice<'a, const N: usize> { // Required method fn sql_tuple(&self) -> [Binding<'a>; N]; }