pub trait HandlerDynwhere Self: Send + Sync + 'static,{ // Required method fn handle(&self, _request: Request<Body>) -> HandlerFutureDynBox ⓘ; }