Trait rsonpath::result::QueryResult
source · pub trait QueryResult: Default + Display + PartialEq {
// Required method
fn report(&mut self, index: usize);
}
Expand description
Result that can be reported during query execution.