[][src]Trait unicom::Connection

pub trait Connection: AsyncRead + AsyncWrite + Send + Unpin { }

The established connection between backend and device

Implementors

impl<T> Connection for T where
    T: AsyncRead + AsyncWrite + Send + Unpin
[src]

Loading content...