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