Struct fst::SetStream [] [src]

pub struct SetStream<'s, A = AlwaysMatch>(_) where A: Automaton;

Methods

impl<'s, A: Automaton> SetStream<'s, A>
[src]

fn next(&mut self) -> Option<&[u8]>