Struct pnet_transport::UdpTransportChannelIterator [] [src]

pub struct UdpTransportChannelIterator<'a> { /* fields omitted */ }

An iterator over packets of type $ty

Methods

impl<'a> UdpTransportChannelIterator<'a>
[src]

[src]

Get the next ($ty, IpAddr) pair for the given channel

Trait Implementations

Auto Trait Implementations