pub type Next = Arc<dyn Fn(&mut Request) -> Response + Send + Sync>;
struct Next { /* private fields */ }