Struct fst::set::SetStream [] [src]

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

Trait Implementations

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

type Item = &'a [u8]

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