Trait async_send_fd::AsyncSendFd
source · pub trait AsyncSendFd {
// Required method
fn send_fd(
&self,
fd: RawFd
) -> impl Future<Output = Result<(), Error>> + Send;
}
Expand description
A trait to send raw file descriptors
Required Methods§
Object Safety§
This trait is not object safe.