[][src]Type Definition treemux::Handler

type Handler = Box<dyn Fn(Request<Body>) -> HandlerReturn + Send + Sync + 'static>;