Crate enum_pipeline[][src]

Structs

A pipeline vector which represents a series of Execute-able operations.

A pipeline vector which represents a series of ExecuteWith-able operations with an argument of type TArg.

Traits

Provides an execute handler for pipelines.

Provides an execute handler for pipelines, with a argument of type TArg.

Provides an Execute handler for pipelines, with a mutable argument of type TArg.

Provides a way to convert into a PipelineVec for ordered execution.

Provides a way to convert into a PipelineVecWith for ordered execution with an argument of type TArg.

Provides a way to convert into a PipelineVecWith for ordered execution with a mutable argument of type TArg.