Struct tantivy::termdict::TermStreamerImpl [] [src]

pub struct TermStreamerImpl<'a> { /* fields omitted */ }

See TermStreamer

Trait Implementations

impl<'a> TermStreamer for TermStreamerImpl<'a>
[src]

[src]

Advance position the stream on the next item. Before the first call to .advance(), the stream is an unitialized state. Read more

[src]

Returns the TermOrdinal of the given term. Read more

Important traits for &'a [u8]
[src]

Accesses the current key. Read more

[src]

Accesses the current value. Read more

[src]

Return the next (key, value) pair.