pub trait EncodedPacketOutput: Sized {
    fn encoded_packet(&mut self, packet: &mut encoder_packet);
}

Required Methods

Implementors