[][src]Function audiopus::repacketizer::packet_unpad

pub fn packet_unpad<'a, TP>(data: TP) -> Result<()> where
    TP: TryInto<MutPacket<'a>>,