pub trait IntoUnixStream {
    fn into_unix_stream(self) -> Result<UnixStream>;
}

Required Methods

Implementations on Foreign Types

Implementors