Type Definition thruster::MiddlewareFn[][src]

type MiddlewareFn<C> = fn(_: C, _: MiddlewareNext<C>) -> ReusableBoxFuture<MiddlewareResult<C>>;