Function ntex::rt::from_unix_stream[][src]

pub fn from_unix_stream(stream: UnixStream) -> Result<Io<Base>, Error>
Expand description

Convert std UnixStream to tokio’s UnixStream