Skip to main content

substitute_step

Function substitute_step 

Source
pub fn substitute_step(
    step: &RecipeStep,
    params: &HashMap<String, String>,
) -> RecipeStep
Expand description

Substitute all string fields in a RecipeStep using the given params.