[−][src]Trait c2rust_refactor::command::Command
Implementation of a refactoring command.
Required methods
fn run(&mut self, state: &mut RefactorState)
Implementors
impl Command for AutoRetype[src]
fn run(&mut self, state: &mut RefactorState)[src]
impl Command for TypeFixRules[src]
fn run(&mut self, state: &mut RefactorState)[src]
impl Command for TestTypeckLoop[src]
fn run(&mut self, state: &mut RefactorState)[src]
impl<F> Command for DriverCommand<F> where
F: FnMut(&CommandState, &RefactorCtxt), [src]
F: FnMut(&CommandState, &RefactorCtxt),
fn run(&mut self, state: &mut RefactorState)[src]
impl<F> Command for FuncCommand<F> where
F: FnMut(&mut RefactorState), [src]
F: FnMut(&mut RefactorState),