mirror of
https://github.com/tokio-rs/axum.git
synced 2026-08-23 00:00:15 +02:00
Print prev_route_id in impl Debug for Router
This commit is contained in:
@@ -83,6 +83,7 @@ impl<S, B> fmt::Debug for Router<S, B> {
|
||||
.field("routes", &self.routes)
|
||||
.field("node", &self.node)
|
||||
.field("fallback", &self.fallback)
|
||||
.field("prev_route_id", &self.prev_route_id)
|
||||
.finish()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user