implement Debug on WebRTC structs

This commit is contained in:
Théo Monnom
2022-10-29 15:00:38 +02:00
parent 3630e93054
commit 6497930912
7 changed files with 71 additions and 16 deletions
-3
View File
@@ -1,6 +1,3 @@
extern crate core;
extern crate core;
pub mod proto {
include!(concat!(env!("OUT_DIR"), "/livekit.rs"));
}