From 255f0aa6de604e0bf9d37ba0ee5362ef3b9f235f Mon Sep 17 00:00:00 2001 From: Graham Northup Date: Sat, 7 Oct 2017 02:14:17 -0400 Subject: Graphics working But in need of terrible refactoring. Rust is beautiful sometimes. This is not one of those times. --- src/monitor.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/monitor.rs') diff --git a/src/monitor.rs b/src/monitor.rs index bef3fbc..ffe688a 100644 --- a/src/monitor.rs +++ b/src/monitor.rs @@ -34,3 +34,5 @@ pub type Data = HashMap; pub trait Monitor { fn process(&mut self, data: &Data); } + +pub type MonBox = Box; -- cgit v1.2.3-70-g09d2