Flatten euphoxide::client hierarchy
This commit is contained in:
parent
ea53af739a
commit
9d2d6482c2
8 changed files with 11 additions and 15 deletions
|
|
@ -9,10 +9,7 @@ use std::{future::Future, sync::Arc};
|
|||
use async_trait::async_trait;
|
||||
use euphoxide::{
|
||||
api::{self, Data, Message, MessageId, SendEvent, SendReply},
|
||||
client::{
|
||||
conn::ClientConnHandle,
|
||||
state::{Joined, State},
|
||||
},
|
||||
client::{ClientConnHandle, Joined, State},
|
||||
};
|
||||
use euphoxide_client::{Client, MultiClient, MultiClientEvent};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue