Searched refs:ExecNoSyncStr (Results 1 – 2 of 2) sorted by relevance
12 use crate::exec::{Exec, ExecNoSyncStr};1118 re_trait::CaptureMatches<'t, ExecNoSyncStr<'r>>,1143 pub struct Matches<'r, 't>(re_trait::Matches<'t, ExecNoSyncStr<'r>>);
62 pub struct ExecNoSyncStr<'c>(ExecNoSync<'c>); struct384 impl<'c> RegularExpression for ExecNoSyncStr<'c> { implementation1254 impl<'c> ExecNoSyncStr<'c> { impl1272 pub fn searcher_str(&self) -> ExecNoSyncStr<'_> { in searcher_str()1273 ExecNoSyncStr(self.searcher()) in searcher_str()