[][src]Type Definition thruster::Middleware

type Middleware<T, M> = fn(T, M) -> Box<dyn Future<Item = T, Error = Error> + 'static + Send>;