pub trait QueryBuilder { // Required method fn build(self) -> Query; }
A trait for building a Query.
Query