Use `dyn` for a dynamic trait
`Muxer` is a trait, and passing dynamic traits without the `dyn` keyword is now deprecated.
Please register or sign in to comment
`Muxer` is a trait, and passing dynamic traits without the `dyn` keyword is now deprecated.