pub type AsyncIoUnixStream = Async<UnixStream>;
pub struct AsyncIoUnixStream { /* private fields */ }