Struct fst::raw::SymmetricDifference [] [src]

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

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

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

Trait Implementations

impl<'a, 'f> Streamer<'a> for SymmetricDifference<'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