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ยง
- Filter
Quad Source - The result type of
QuadSource::filter_quads
. - Filter
Source - The result type of
Source::filter_items
. - Filter
Triple Source - The result type of
TripleSource::filter_triples
.