Trait redfa::dfa::Normalize

source ·
pub trait Normalize {
    // Required method
    fn normalize(self) -> Self;
}

Required Methods§

source

fn normalize(self) -> Self

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl<R: Normalize> Normalize for Vec<R>

source§

fn normalize(self) -> Self

Implementors§

source§

impl<T: Ord> Normalize for Regex<T>