[][src]Type Definition thruster_core::middleware::Middleware

type Middleware<T, M> = fn(_: T, next: M) -> MiddlewareReturnValue<T>;