pub type RoutableIpAddr<A> = SocketIpAddr<A>;
Expand description
An IP Address that witnesses properties needed to be routed.
Aliased Typeยง
struct RoutableIpAddr<A>(/* private fields */);
pub type RoutableIpAddr<A> = SocketIpAddr<A>;
An IP Address that witnesses properties needed to be routed.
struct RoutableIpAddr<A>(/* private fields */);