Struct std::string::ReplaceAdapter
Non-allocating formattable object that replaces all occurrences of needle
with replacement
.
See replace_fmt for details.
Fields
Methods
impl ReplaceAdapter { ... }
-
fn fmt<F>(self: &ReplaceAdapter, f: &mut F) -> Result<(), Error>
F: Formatter<F>