pub fn udp_packet_iter(
    tr: &mut TransportReceiver
) -> UdpTransportChannelIterator<'_>
Expand description

Return a packet iterator with packets of type UdpPacket for some transport receiver.