Trait dft::Transform [] [src]

pub trait Transform {
    fn transform(&mut self, &Plan);
}

A type suitable for transformation.

Required Methods

fn transform(&mut self, &Plan)

Perform the transform.

Implementors