Searched defs:NoExpand (Results 1 – 4 of 4) 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
2596 pub struct NoExpand<'s>(pub &'s [u8]); struct2598 impl<'s> Replacer for NoExpand<'s> { implementation