[][src]Trait c2rust_refactor::command::Command

pub trait Command {
    fn run(&mut self, state: &mut RefactorState);
}

Implementation of a refactoring command.

Required methods

fn run(&mut self, state: &mut RefactorState)

Loading content...

Implementors

impl Command for AutoRetype[src]

impl Command for TypeFixRules[src]

impl Command for TestTypeckLoop[src]

impl<F> Command for DriverCommand<F> where
    F: FnMut(&CommandState, &RefactorCtxt), 
[src]

impl<F> Command for FuncCommand<F> where
    F: FnMut(&mut RefactorState), 
[src]

impl<T: Transform> Command for TransformCommand<T>[src]

Loading content...