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