Trait Connection
trait Connection
Describes a type returned by a connector.
Required Methods
fn connected(self: &Self) -> ConnectedReturn metadata describing the connection.
Implementors
impl Connection for UnixStreamimpl Connection for TcpStreamimpl<T> Connection for TokioIo<T>