pub type ArcLockTokioStream = Arc<RwLock<TcpStream>>;
struct ArcLockTokioStream { /* private fields */ }