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

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

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

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

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.