pub trait ParameterValue {
    fn into_recipe(self) -> Recipe;
}

Required Methods

Implementors