http_type/stream/
struct.rs

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