Trait SubConnection

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

Implementations on Foreign Types§

Source§

impl SubConnection for StreamHandle

Source§

impl<R: AsyncRead + Unpin + Send + Sync, W: AsyncWrite + Unpin + Send + Sync> SubConnection for TunnelStream<R, W>

Implementors§