pub trait Step {
// Required method
fn get_step_id(&self) -> StepID;
}Expand description
Represents a single step in a conversion pipeline.
pub trait Step {
// Required method
fn get_step_id(&self) -> StepID;
}Represents a single step in a conversion pipeline.