[][src]Trait regular_expression_bootstrap::StateGenerator

pub trait StateGenerator {
    type State;
    fn next_initial(&mut self) -> Self::State;
fn next_final(&mut self) -> Self::State;
fn disable_final(&mut self) -> &mut Self;
fn enable_final(&mut self) -> &mut Self; }

Associated Types

type State

Loading content...

Required methods

fn next_initial(&mut self) -> Self::State

fn next_final(&mut self) -> Self::State

fn disable_final(&mut self) -> &mut Self

fn enable_final(&mut self) -> &mut Self

Loading content...

Implementors

Loading content...