Type Alias PortsToTry

Source
pub type PortsToTry = Box<dyn Iterator<Item = usize>>;

Aliased Typeยง

pub struct PortsToTry(/* private fields */);