Searched defs:NoExpand (Results 1 – 2 of 2) 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