pub trait QueryResult: Default + Display + PartialEq { fn report(&mut self, index: usize); }
Result that can be reported during query execution.
Report a match of the query.