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