pub trait Query { // Required method fn build(&self) -> Result<(Cow<'static, str>, Vec<DatabaseValue>), Error>; }