[][src]Module thruster_core_async_await::middleware

Structs

Chain
Middleware
MiddlewareChain

The MiddlewareChain is used to wrap a series of middleware functions in such a way that the tail can be accessed and modified later on. This allows Thruster to properly compose pieces of middleware into a single long chain rather than relying on disperate parts.

Type Definitions

MiddlewareNext
MiddlewareResult
MiddlewareReturnValue