Struct pnet_transport::UdpTransportChannelIterator [−][src]
pub struct UdpTransportChannelIterator<'a> { /* fields omitted */ }Expand description
An iterator over packets of type UdpPacket.
Implementations
Get the next (UdpPacket, IpAddr) pair for the given channel.
