Expand description
Middleware types.
Structs§
- Convert
Middleware - Encapsulates the conversion between two different transform types
- Pied
- Pied constructs the way we pipe between lots of functions via middleware
Traits§
- Middleware
- Middleware that performs an operation.
- Piper
- Common pipe trait used to create implementations for each tuple
- Transform
- Middleware that transforms around an input to output type.