Searched refs:ExecNoSync (Results 1 – 2 of 2) sorted by relevance
53 pub struct ExecNoSync<'c> { struct62 pub struct ExecNoSyncStr<'c>(ExecNoSync<'c>);421 impl<'c> RegularExpression for ExecNoSync<'c> { implementation688 impl<'c> ExecNoSync<'c> { impl1263 pub fn searcher(&self) -> ExecNoSync<'_> { in searcher()1264 ExecNoSync { in searcher()
12 use crate::exec::{Exec, ExecNoSync};695 pub struct Matches<'r, 't>(re_trait::Matches<'t, ExecNoSync<'r>>);717 re_trait::CaptureMatches<'t, ExecNoSync<'r>>,