Struct regex::ReplacerRef [−][src]
pub struct ReplacerRef<'a, R: ?Sized + 'a>(_);
Expand description
By-reference adaptor for a Replacer
Returned by Replacer::by_ref
.
pub struct ReplacerRef<'a, R: ?Sized + 'a>(_);
By-reference adaptor for a Replacer
Returned by Replacer::by_ref
.