Make new ChatMsg trait for Chat message rendering

This commit is contained in:
Joscha 2022-08-01 19:57:05 +02:00
parent 5c9c6e9d98
commit 4ac0b5f074
13 changed files with 122 additions and 69 deletions

View file

@ -9,7 +9,7 @@ use rusqlite::Connection;
use tokio::sync::{mpsc, oneshot};
use self::euph::EuphRequest;
pub use self::euph::{EuphMsg, EuphVault};
pub use self::euph::EuphVault;
enum Request {
Close(oneshot::Sender<()>),