pub type Ipv6DeviceAddr = NonMappedAddr<UnicastAddr<Ipv6Addr>>;
Expand description
An IPv6 address that witnesses properties needed to be assigned to a device.
Like IpDeviceAddr
but with stricter witnesses that are permitted for
IPv6 addresses.
Aliased Typeยง
struct Ipv6DeviceAddr(/* private fields */);