mix_peer: adding Debug so we can print

This commit is contained in:
Dave Hrycyszyn
2019-12-17 13:29:29 +00:00
parent 21834fde41
commit ae25f335f4
+1
View File
@@ -2,6 +2,7 @@ use std::error::Error;
use std::net::{Ipv4Addr, SocketAddrV4};
use tokio::prelude::*;
#[derive(Debug)]
pub struct MixPeer {
connection: SocketAddrV4,
}