netstack3_core::routes

Type Alias RoutableIpAddr

Source
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 */);