Struct fst::set::SetStreamBuilder [] [src]

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

Methods

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

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

Trait Implementations

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

type Item = &'a [u8]

type Into = SetStream<'s, A>

fn into_stream(self) -> Self::Into