Struct fst::SetStreamBuilder [] [src]

pub struct SetStreamBuilder<'s, A = AlwaysMatch>(_);

Methods

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

fn into_stream(self) -> SetStream<'s, A>

fn ge<T: AsRef<[u8]>>(self, bound: T) -> Self

fn gt<T: AsRef<[u8]>>(self, bound: T) -> Self

fn le<T: AsRef<[u8]>>(self, bound: T) -> Self

fn lt<T: AsRef<[u8]>>(self, bound: T) -> Self