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.
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.
impl<'f> !RefUnwindSafe for Union<'f>impl<'f> !Send for Union<'f>impl<'f> !Sync for Union<'f>impl<'f> Unpin for Union<'f>impl<'f> !UnwindSafe for Union<'f>