Struct tokio::net::unix::SocketAddr [−][src]
pub struct SocketAddr(_);
Expand description
An address associated with a Tokio Unix socket.
Implementations
Returns true
if the address is unnamed.
Documentation reflected in SocketAddr
Returns the contents of this address if it is a pathname
address.
Documentation reflected in SocketAddr