Skip to main content

CompiledRegex

Trait CompiledRegex 

Source
pub trait CompiledRegex: Send + Sync {
    // Required method
    fn find_matches(&self, text: &str) -> EngineResult<Vec<Match>>;
}

Required Methods§

Implementors§