Struct fst::raw::FstStream [] [src]

pub struct FstStream<'f, A = AlwaysMatch> where A: Automaton {
    // some fields omitted
}

Trait Implementations

impl<'f, 'a, A: Automaton> Stream<'a> for FstStream<'f, A>
[src]

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

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