pub trait StreamMetadata:
LocalAddress
+ RemoteAddress
+ PeerCred
+ Send {
// Required method
fn transport(&self) -> Transport;
}Expand description
A trait for stream metadata.
Required Methods§
Implementations on Foreign Types§
Source§impl StreamMetadata for UnixStream
Available on Unix only.
impl StreamMetadata for UnixStream
Available on Unix only.