pub type Ingredient = String;
A single ingredient used in a recipe
pub struct Ingredient { /* private fields */ }