Home
last modified time | relevance | path

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

/third_party/rust/crates/regex/src/
Dre_bytes.rs1250 pub struct NoExpand<'t>(pub &'t [u8]); struct
1252 impl<'t> Replacer for NoExpand<'t> { implementation
Dre_unicode.rs1301 pub struct NoExpand<'t>(pub &'t str); struct
1303 impl<'t> Replacer for NoExpand<'t> { implementation