pub trait Select { // Required methods fn column_names_sql() -> String; fn columns_sql(&self) -> String; }