Trait redfa::dfa::Normalize [] [src]

pub trait Normalize {
    fn normalize(self) -> Self;
}

Required Methods

Implementors