Trait rorm_sql::join_table::JoinTable
source · pub trait JoinTable<'post_query> {
// Required method
fn build(self, s: &mut String, lookup: &mut Vec<Value<'post_query>>);
}
Expand description
Trait representing a join table builder.