Trait annatto::Step

source ·
pub trait Step {
    // Required method
    fn get_step_id(&self) -> StepID;
}
Expand description

Represents a single step in a conversion pipeline.

Required Methods§

Implementors§