Home
last modified time | relevance | path

Searched defs:ExecNoSync (Results 1 – 1 of 1) sorted by relevance

/third_party/rust/crates/regex/src/
Dexec.rs53 pub struct ExecNoSync<'c> { struct
60 /// `ExecNoSyncStr` is like `ExecNoSync`, but matches on &str instead of &[u8]. argument
421 impl<'c> RegularExpression for ExecNoSync<'c> { implementation
688 impl<'c> ExecNoSync<'c> { implementation