This website requires JavaScript.
Explore
Help
Register
Sign In
anon
/
rtp
Watch
1
Star
0
Fork
You've already forked rtp
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
3f755e781d
rtp
/
src
/
traits.rs
5 lines
84 B
Rust
Raw
Blame
History
use
packet
::
Packet
;
pub
trait
RtpPacket
:
Packet
{
}
pub
trait
RtcpPacket
:
Packet
{
}
Reference in New Issue
View Git Blame
Copy Permalink