RoutableIpAddr

Type Alias RoutableIpAddr 

Source
pub type RoutableIpAddr<A> = SocketIpAddr<A>;
Expand description

An IP Address that witnesses properties needed to be routed.

Aliased Typeยง

pub struct RoutableIpAddr<A>(/* private fields */);