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