Thanks to visit codestin.com
Credit goes to docs.rs

Trait SockAddr

Source
pub unsafe trait SockAddr: Pod { }
Expand description

Marker trait for socket address types

§Safety

If a type T implements this trait then it must be one of the socket types supported by the operating system.

Implementors§