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.
recv_vectored_with_ancillary_from
send_vectored_with_ancillary_to
SocketAncillary
1 parent 64facfe commit d8c75d9Copy full SHA for d8c75d9
library/std/src/sys/unix/ext/net/mod.rs
@@ -33,6 +33,7 @@ mod tests;
33
#[stable(feature = "unix_socket", since = "1.10.0")]
34
pub use self::addr::*;
35
#[cfg(any(
36
+ doc,
37
target_os = "android",
38
target_os = "dragonfly",
39
target_os = "emscripten",
0 commit comments