Trait weighted_regexp::Regex [] [src]

pub trait Regex<T, M> {
    fn empty(&self) -> bool;
    fn shift(&mut self, c: &T, mark: M) -> M;
    fn reset(&mut self);
}

Required Methods

Implementors