Searched defs:NoExpand (Results 1 – 6 of 6) sorted by relevance
1250 pub struct NoExpand<'t>(pub &'t [u8]); struct1252 impl<'t> Replacer for NoExpand<'t> { implementation
1301 pub struct NoExpand<'t>(pub &'t str); struct1303 impl<'t> Replacer for NoExpand<'t> { implementation
2578 pub struct NoExpand<'s>(pub &'s str); struct2580 impl<'s> Replacer for NoExpand<'s> { implementation
2591 pub struct NoExpand<'s>(pub &'s [u8]); struct2593 impl<'s> Replacer for NoExpand<'s> { implementation