Struct fst::set::Intersection
[−]
[src]
pub struct Intersection<'s>(_);
A stream of set intersection over multiple streams in lexicographic order.
The 's lifetime parameter refers to the lifetime of the underlying set.
Trait Implementations
impl<'a, 's> Streamer<'a> for Intersection<'s>[src]
impl<'a, 's> Streamer<'a> for Intersection<'s>Auto Trait Implementations
impl<'s> !Send for Intersection<'s>
impl<'s> !Send for Intersection<'s>impl<'s> !Sync for Intersection<'s>
impl<'s> !Sync for Intersection<'s>