Struct fst::Regex
[−]
[src]
pub struct Regex {
// some fields omitted
}pub struct Regex {
// some fields omitted
}impl Regex[src]impl Automaton for Regex[src]type State = Option<usize>fn start(&self) -> Option<usize>fn is_match(&self, state: &Option<usize>) -> boolfn can_match(&self, state: &Option<usize>) -> boolfn accept(&self, state: &Option<usize>, byte: u8) -> Option<usize>impl Debug for Regex[src]