Struct fst::raw::FstStreamBuilder [] [src]

pub struct FstStreamBuilder<'a, A = AlwaysMatch> {
    // some fields omitted
}

Methods

impl<'a, A: Automaton> FstStreamBuilder<'a, A>
[src]

fn into_stream(self) -> FstStream<'a, 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