Allow cloning of Client instances

This commit is contained in:
Patrick Auernig 2018-12-06 02:08:26 +01:00
parent eb6152effe
commit 84de596ffb
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@ use models::rich_presence::{
use error::{Result, Error};
#[derive(Clone)]
pub struct Client {
connection_manager: ConnectionManager,
}