dmr_bridge_discord/
lib.rs

1#[derive(PartialEq, Debug)]
2pub enum USRPVoicePacketType {
3    Start,
4    Audio,
5    End,
6}