Type Alias L4PortRange

Source
pub type L4PortRange = String;
Expand description

An inclusive-inclusive range of IP ports. The second port may be omitted to represent a single port

Aliased Typeยง

pub struct L4PortRange { /* private fields */ }