Skip to main content

impl_stream

Macro impl_stream 

Source
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).