linked_data_sparql/construct_query/
join.rs

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