Type Alias UdpSocket

Source
pub type UdpSocket = MaybeDualstackSocket<UdpSocket>;

Aliased Type§

pub struct UdpSocket { /* private fields */ }

Trait Implementations§

Source§

impl PollSendToVectored for UdpSocket

Source§

fn poll_send_to_vectored( &self, cx: &mut Context<'_>, bufs: &[IoSlice<'_>], target: SocketAddr, ) -> Poll<Result<usize>>