Skip to main content

NetworkAddress

Trait NetworkAddress 

Source
pub trait NetworkAddress:
    Copy
    + Sized
    + SealedNA { }

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementations on Foreign Types§

Source§

impl NetworkAddress for SocketAddr

Source§

impl NetworkAddress for SocketAddrV4

Source§

impl NetworkAddress for SocketAddrV6

Implementors§