[][src]Trait netsim_embed_nat::PortAllocator

pub trait PortAllocator: Debug + Send {
    pub fn next_port(&mut self, local_endpoint: SocketAddrV4) -> u16;
}

Required methods

pub fn next_port(&mut self, local_endpoint: SocketAddrV4) -> u16[src]

Loading content...

Implementors

impl PortAllocator for RandomPortAllocator[src]

impl PortAllocator for SequentialPortAllocator[src]

Loading content...