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