pub type Middleware = Arc<dyn Fn(Handler) -> Handler + Send + Sync>;
Middleware function type.
pub struct Middleware { /* private fields */ }