pub type Middleware = BoxCallback<Router, ServerResult<Router>>;
struct Middleware(/* private fields */);