diff --git a/quinn/src/path.rs b/quinn/src/path.rs index 1701342e3..d5464c523 100644 --- a/quinn/src/path.rs +++ b/quinn/src/path.rs @@ -107,6 +107,7 @@ impl Future for OpenPath { } /// An open (Multi)Path +#[derive(Debug)] pub struct Path { pub(crate) id: PathId, pub(crate) conn: ConnectionRef,