Add trait for tree object

This commit is contained in:
Michael Mikovsky
2025-12-17 17:43:08 -07:00
parent 2dc736b02e
commit 0dcd841cc5
4 changed files with 69 additions and 80 deletions
-2
View File
@@ -58,8 +58,6 @@ impl InterfaceWindow {
let mut state_lock = self.state.lock().unwrap();
state_lock.is_request = true;
drop(state_lock)
}
let state_clone = self.state.clone();