Struct fst::map::Values[][src]

pub struct Values<'m>(_);

A stream of values from a map, lexicographically ordered by each value's corresponding key.

The 'm lifetime parameter refers to the lifetime of the underlying map.

Trait Implementations

impl<'a, 'm> Streamer<'a> for Values<'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 Values<'m>

impl<'m> Sync for Values<'m>