pub trait ToQuery { // Required method fn to_sql(&self) -> String; }
This trait is implemented by anything that goes into a query.