pub trait RdbcItemBinder<T> { // Required method fn bind(&self, item: &T, query_builder: Separated<'_, '_, Any, &str>); }