linked_data_sparql/construct_query/
and.rs

1pub trait And {
2  fn and(self, other: Self) -> Self;
3}