pub trait Transform<T> { // Required method fn transform(&mut self, _: &Plan<T>); }
The transform.
Perform the transform.