Type Definition thruster::MiddlewareNext[][src]

type MiddlewareNext<C> = Box<dyn FnOnce(C) -> Pin<Box<dyn Future<Output = MiddlewareResult<C>> + Send + Sync + 'static>> + Send + Sync + 'static>;