pub trait NetTypesIpAddressExt: IpAddress {
    type Fidl: IntoExt<IpAddress> + FromExt<Self>;
}
Expand description

Extension trait to provides access to FIDL types.

Required Associated Types§

source

type Fidl: IntoExt<IpAddress> + FromExt<Self>

The equivalent FIDL address type.

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl NetTypesIpAddressExt for Ipv4Addr

source§

impl NetTypesIpAddressExt for Ipv6Addr

Implementors§