Type Alias RawProtocol

Source
pub type RawProtocol = NonZeroU32;
Available on crate feature net only.
Expand description

A type for holding raw integer protocols.

Aliased Typeยง

struct RawProtocol(/* private fields */);