mix_peer: adding Debug so we can print
This commit is contained in:
@@ -2,6 +2,7 @@ use std::error::Error;
|
||||
use std::net::{Ipv4Addr, SocketAddrV4};
|
||||
use tokio::prelude::*;
|
||||
|
||||
#[derive(Debug)]
|
||||
pub struct MixPeer {
|
||||
connection: SocketAddrV4,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user