1 2 3 4 5 6
use std::net::SocketAddr; use crate::io::Writer; #[derive(Debug)] pub struct TcpRequest(pub Writer, pub SocketAddr);