Module filter

Source
Expand description

I define FilterSource, the result type of Source::filter_items. I also define FilterTripleSource and FilterQuadSource, which are required to ensure that the output of TripleSource::filter_triples and QuadSource::filter_quads are recognized as a TripleSource and a QuadSource, respectively.

Structsยง

FilterQuadSource
The result type of QuadSource::filter_quads.
FilterSource
The result type of Source::filter_items.
FilterTripleSource
The result type of TripleSource::filter_triples.