We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Clone
net::unix::SocketAddr
1 parent e2b1758 commit 69290a6Copy full SHA for 69290a6
tokio/src/net/unix/socketaddr.rs
@@ -6,6 +6,7 @@ use std::path::Path;
6
/// This type is a thin wrapper around [`std::os::unix::net::SocketAddr`]. You
7
/// can convert to and from the standard library `SocketAddr` type using the
8
/// [`From`] trait.
9
+#[derive(Clone)]
10
pub struct SocketAddr(pub(super) std::os::unix::net::SocketAddr);
11
12
impl SocketAddr {
0 commit comments