mozilla / janus-plugin-rs

Rust crate for wrapping the Janus C plugin API, so you can build Janus plugins in Rust.
Mozilla Public License 2.0
46 stars 18 forks source link

Use `dyn` syntax for traits #18

Closed mqp closed 5 years ago

mqp commented 5 years ago

Self-explanatory. It means the same as the old signature.