pub trait VariableSolutionIndex<S: Rdf> {
// Required method
fn index(self, solution: &QuerySolution<S>) -> Option<usize>;
}
pub trait VariableSolutionIndex<S: Rdf> {
// Required method
fn index(self, solution: &QuerySolution<S>) -> Option<usize>;
}