Skip to main content

PollSendToVectored

Trait PollSendToVectored 

Source
pub trait PollSendToVectored {
    // Required method
    fn poll_send_to_vectored(
        &self,
        cx: &mut Context<'_>,
        bufs: &[IoSlice<'_>],
        target: SocketAddr,
    ) -> Poll<Result<usize>>;
}

Required Methods§

Source

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

Implementations on Foreign Types§

Source§

impl PollSendToVectored for UdpSocket

Source§

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

Implementors§

Source§

impl PollSendToVectored for librqbit_dualstack_sockets::UdpSocket