pub trait MediaDatagramSource:
Stream<Item = SecBuffer>
+ Send
+ Sync
+ 'static { }Expand description
Stream of inbound datagrams (one SecBuffer per wire message).
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".