Struct fst::map::MapUnion [] [src]

pub struct MapUnion<'s>(_);

Trait Implementations

impl<'a, 's> Stream<'a> for MapUnion<'s>
[src]

type Item = (&'a [u8], &'a [IndexedValue])

The type of the item emitted by this stream.

fn next(&'a mut self) -> Option<Self::Item>

Emits the next element in this stream, or None to indicate the stream has been exhausted. Read more