1 2 3 4 5 6 7 8 9 10 11 12
// devela/src/sys/net/transport/udp/_reexport_std.rs #[allow(unused_imports)] use crate::{_reexport, _tags}; /* structs */ _reexport! { rust: std::net, location: "sys/net" => struct UdpSocket, tag: _tags!(network), doc: "A UDP socket.", UdpSocket }