Trait withfd::WithFdExt

source ·
pub trait WithFdExt: Sized {
    // Required method
    fn with_fd(self) -> WithFd<Self>;
}

Required Methods§

source

fn with_fd(self) -> WithFd<Self>

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl WithFdExt for UnixStream

source§

fn with_fd(self) -> WithFd<Self>

source§

impl WithFdExt for Async<UnixStream>

Available on crate feature async-io only.
source§

fn with_fd(self) -> WithFd<Self>

source§

impl WithFdExt for UnixStream

Available on crate feature tokio only.
source§

fn with_fd(self) -> WithFd<Self>

Implementors§