Skip to main content

apply

Function apply 

Source
pub fn apply(
    recipe: &Recipe,
    log: Ocel,
) -> Result<(Ocel, Vec<StepReport>), TransformError>
Expand description

Apply every step of recipe in order.