efbbc17
5fafc1c
1
2 3 4
5
#[derive(Debug, Clone)] pub struct PublicExposedPorts { pub tcp_ports: Vec<u16>, pub udp_ports: Vec<u16> }