[][src]Module rettle::ingredient

Structs

Fill

Ingredient used to import or create Tea used in the Pot.

Pour

Ingredient used to send Tea to somewhere else.

Skim

Ingredient used to remove fields on Tea in the Pot. Not currently implemented

Steep

Ingredient used to transform Tea in the Pot.

Transfuse

Ingredient used to combine Tea pulled from multiple Fill sources. Not currently implemented

Traits

Argument

Trait given to Box elements that add params to Ingredients.

Ingredient

Trait given to Box elements added to Pot for pulling, processing, or sending data.