Trait transformation_pipeline::TransformationStage [] [src]

pub trait TransformationStage<T> {
    fn run(&self, previous: T) -> StageResult<T>;
}

Required Methods

Implementors