Trait LocalTunnel

Source
pub trait LocalTunnel:
    AsyncRead
    + AsyncWrite
    + Unpin
    + Send
    + Sync { }

Implementations on Foreign Types§

Source§

impl LocalTunnel for TcpStream

Implementors§