diff --git a/src/ping.rs b/src/ping.rs index ab2f3cc..93b1526 100644 --- a/src/ping.rs +++ b/src/ping.rs @@ -217,6 +217,7 @@ pub fn ping( Ok(()) } +#[derive(Debug, Clone)] pub struct Ping<'a> { socket_type: SocketType, addr: IpAddr,