use FnOnce if possible on libwebrtc callbacks

This commit is contained in:
Théo Monnom
2022-10-08 20:58:40 +02:00
parent 754bc80f31
commit 410bbbb5ed
4 changed files with 95 additions and 150 deletions
@@ -12,7 +12,6 @@ log = "0.4"
cxx-build = "1.0"
glob = "0.3.0"
regex = "1.0"
cc = { version = "1.0", features = ["parallel"] }
[dev-dependencies]
env_logger = "0.9"