Sfoglia il codice sorgente

Derive debug for Message struct

Thomas Dy 9 anni fa
parent
commit
46cfb5ca7f
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      src/comm.rs

+ 1 - 0
src/comm.rs

@@ -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