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.

Trait Implementations

impl<'a, 'm> Streamer<'a> for Keys<'m>
[src]

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

impl<'m> Send for Keys<'m>

impl<'m> Sync for Keys<'m>