rtp/src/traits.rs

5 lines
84 B
Rust

use packet::Packet;
pub trait RtpPacket: Packet {}
pub trait RtcpPacket: Packet {}