[−][src]Function c2rust_refactor::matcher::replace_stmts
pub fn replace_stmts<T: MutVisit>(
st: &CommandState,
cx: &RefactorCtxt,
ast: &mut T,
pat: &str,
repl: &str
)
Replace all instances of the statement sequence pat
with repl
.