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

Required Methods§

source

fn map_port(&mut self, use_upnp: bool, use_natpmp: bool)

Implementors§