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

Convert std UnixStream to tokio’s UnixStream