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