Struct fst::map::Union [−][src]
pub struct Union<'m>(_);
A stream of set union over multiple map streams in lexicographic order.
The 'm lifetime parameter refers to the lifetime of the underlying map.
pub struct Union<'m>(_);
A stream of set union over multiple map streams in lexicographic order.
The 'm lifetime parameter refers to the lifetime of the underlying map.
impl<'m> !RefUnwindSafe for Union<'m>impl<'m> !Send for Union<'m>impl<'m> !Sync for Union<'m>impl<'m> Unpin for Union<'m>impl<'m> !UnwindSafe for Union<'m>