Struct fst::map::Intersection[][src]

pub struct Intersection<'m>(_);

A stream of set intersection over multiple map streams in lexicographic order.

The 'm lifetime parameter refers to the lifetime of the underlying map.

Trait Implementations

impl<'a, 'm> Streamer<'a> for Intersection<'m>
[src]

The type of the item emitted by this stream.

Emits the next element in this stream, or None to indicate the stream has been exhausted. Read more

Auto Trait Implementations

impl<'m> !Send for Intersection<'m>

impl<'m> !Sync for Intersection<'m>