1use crate::*; 2 3#[derive(Clone, Debug)] 4pub struct ArcRwLockStream(pub(super) ArcRwLock<TcpStream>);