pub trait Address:
Copy
+ Debug
+ Ord
+ Hash
+ PrivUnspecAddress {
type Inet: Inet<Address = Self>;
type Cidr: Cidr<Address = Self>;
type InetPair: InetPair<Address = Self>;
}
Expand description
Required Associated Types§
sourcetype Inet: Inet<Address = Self>
type Inet: Inet<Address = Self>
Corresponding Inet
type (representing an address + a network
containing it)
Object Safety§
This trait is not object safe.