pub trait IntoTwoFieldsTuple {
fn into_two_fields_tuple(self) -> crate::helpers::two_fields_tuple_helper::TwoFieldsTuple;
}
pub trait IntoThreeFieldsTuple {
fn into_three_fields_tuple(self)
-> crate::helpers::three_fields_tuple_helper::ThreeFieldsTuple;
}