pub type HttpHandler = Arc<dyn Fn(HttpRequest) -> HttpResponse + Send + Sync>;
Aliased Typeยง
pub struct HttpHandler { /* private fields */ }
pub type HttpHandler = Arc<dyn Fn(HttpRequest) -> HttpResponse + Send + Sync>;
pub struct HttpHandler { /* private fields */ }