add a modules function to Process

This commit is contained in:
2025-12-03 13:37:57 +00:00
parent 334c4761a2
commit 30b22107a1
2 changed files with 16 additions and 1 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ impl ProcessSnapshot {
}
}
#[derive(Debug)]
#[derive(Clone, Debug)]
pub struct ModuleSnapshot {
pub name: String,
pub path: String,