pub type DynQuery = Box<dyn Query>;
A Query trait object.
Query
pub struct DynQuery(/* private fields */);