Type Definition thruster::MiddlewareFn[][src]

type MiddlewareFn<C> = fn(_: C, _: MiddlewareNext<C>) -> Pin<Box<dyn Future<Output = MiddlewareResult<C>> + Send + Sync + 'static>>;