pub trait JoinTable<'post_query> { // Required method fn build(&self, s: &mut String, lookup: &mut Vec<Value<'post_query>>); }
Trait representing a join table builder.
Method to build a join table expression.
Parameter:
s
lookup