Struct unix_socket::SocketAddr
[−]
[src]
pub struct SocketAddr {
// some fields omitted
}An address associated with a Unix socket.
Methods
impl SocketAddr
fn address<'a>(&'a self) -> AddressKind<'a>
Returns the value of the address.