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.