pub trait MapPort {
    fn map_port(&mut self, use_upnp: bool, use_natpmp: bool);
}

Required Methods§

Implementors§