Struct fst::set::Stream
[−]
[src]
pub struct Stream<'s, A = AlwaysMatch>(_) where A: Automaton;A lexicographically ordered stream of keys from a set.
The A type parameter corresponds to an optional automaton to filter
the stream. By default, no filtering is done.
The 's lifetime parameter refers to the lifetime of the underlying set.