pub trait ExecuteQuery<QT: QueryTransaction> { // Required method fn execute_query(&self, txn: &mut QT, qry: Query<'_>) -> Result<Vec<Frame>>; }