Module ip

Expand description

ip matcher and utilities

Structs§

IpNetMatcher
Matcher based on whether or not the IpNet contains the SocketAddr of the peer.
Ipv4Net
An IPv4 network address.
Ipv6Net
An IPv6 network address.

Enums§

IpNet
An IP network address, either IPv4 or IPv6.

Traits§

IntoIpNet
utility trait to consume a tpe into an IpNet