mirror of
https://github.com/n0-computer/noq.git
synced 2026-09-23 03:35:14 +00:00
Make Path impl fmt::Debug (#138)
This commit is contained in:
committed by
GitHub
parent
06c83ffe67
commit
a63efb2d02
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user