[−][src]Trait c2rust_refactor::transform::Transform
An AST transformation that can be applied to a crate.
Required methods
fn transform(&self, krate: &mut Crate, st: &CommandState, cx: &RefactorCtxt)
Apply the transformation.
Provided methods
fn min_phase(&self) -> Phase
Return the minimum phase at which this transform can operate. See the Phase
docs for
details. The default is Phase2
.