Struct fst::raw::Union[][src]

pub struct Union<'f> { /* fields omitted */ }

A stream of set union over multiple fst streams in lexicographic order.

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

Trait Implementations

impl<'a, 'f> Streamer<'a> for Union<'f>
[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<'f> !Send for Union<'f>

impl<'f> !Sync for Union<'f>