macro_rules! impl_stream {
{ $kind:ident, $addr:ty } => { ... };
}Expand description
Provide wrapper for different stream types (e.g async_net::TcpStream and async_net::unix::UnixStream).
macro_rules! impl_stream {
{ $kind:ident, $addr:ty } => { ... };
}Provide wrapper for different stream types (e.g async_net::TcpStream and async_net::unix::UnixStream).