Crate async_middleware

Source
Expand description

Middleware types.

Structs§

ConvertMiddleware
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.

Functions§

convert
Creates a new conversion middleware from two existing transforms
pipe
Helper utility to execute the .pipe on a Pipe implementation and returns a middleware