Trait smpte2022_1_fec::Receiver[][src]

pub trait Receiver<P: Packet> {
    fn receive(&mut self, packets: impl Iterator<Item = (P, PacketStatus)>);
}

Required methods

fn receive(&mut self, packets: impl Iterator<Item = (P, PacketStatus)>)[src]

Loading content...

Implementors

Loading content...