vionya / discord-rich-presence

A cross-platform Discord Rich Presence library written in Rust
MIT License
89 stars 16 forks source link

Make DiscordIpc trait object safe #3

Closed trickybestia closed 2 years ago

trickybestia commented 2 years ago

Decided to make this in order to have an ability to create Box<dyn DiscordIpc>, Arc<dyn DiscordIpc> etc. To achieve this I have removed generic type parameters from the functions of DiscordIpc.

trickybestia commented 2 years ago

Done.

ghost commented 2 years ago

Thanks, appreciate it