Make Path impl fmt::Debug (#138)

This commit is contained in:
Floris Bruynooghe
2025-10-10 17:45:06 +02:00
committed by GitHub
parent 06c83ffe67
commit a63efb2d02
+1
View File
@@ -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,