Struct pnet_transport::IcmpTransportChannelIterator [] [src]

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

An iterator over packets of type $ty

Methods

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

[src]

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

Trait Implementations

Auto Trait Implementations