Struct fst::map::Keys [−][src]
pub struct Keys<'m>(_);
A lexicographically ordered stream of keys from a map.
The 'm lifetime parameter refers to the lifetime of the underlying map.
pub struct Keys<'m>(_);
A lexicographically ordered stream of keys from a map.
The 'm lifetime parameter refers to the lifetime of the underlying map.