pub trait IpProtocol: From<IpProto> + Sealed + Send + Sync + 'static { }
Expand description

An IPv4 or IPv6 protocol number.

Object Safety§

This trait is not object safe.

Implementors§