[][src]Module thruster_core::middleware

Structs

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

Middleware
MiddlewareReturnValue
Runnable