Trait pingora_core::protocols::IO
source · pub trait IO: AsyncRead + AsyncWrite + Shutdown + UniqueID + Ssl + GetTimingDigest + GetProxyDigest + GetSocketDigest + Unpin + Debug + Send + Sync {
// Required methods
fn as_any(&self) -> &dyn Any;
fn into_any(self: Box<Self>) -> Box<dyn Any>;
}
Expand description
The abstraction of transport layer IO