Struct fst::raw::FstStreamBuilder
[−]
[src]
pub struct FstStreamBuilder<'a, A = AlwaysMatch> {
// some fields omitted
}pub struct FstStreamBuilder<'a, A = AlwaysMatch> {
// some fields omitted
}impl<'f, A: Automaton> FstStreamBuilder<'f, A>[src]fn ge<T: AsRef<[u8]>>(self, bound: T) -> Selffn gt<T: AsRef<[u8]>>(self, bound: T) -> Selffn le<T: AsRef<[u8]>>(self, bound: T) -> Selffn lt<T: AsRef<[u8]>>(self, bound: T) -> Selfimpl<'a, 'f, A: Automaton> IntoStream<'a> for FstStreamBuilder<'f, A>[src]