@@ -2,6 +2,7 @@ use std::sync::mpsc::{Sender};
pub type Channel = Sender<Message>;
+#[derive(Debug)]
pub struct Message {
pub kind: String,
pub text: String