feat: Clone+Debug on api::Event

This commit is contained in:
əlemi 2024-08-15 20:15:37 +02:00
parent d3ce714070
commit c0d586df90
Signed by: alemi
GPG key ID: A4895B84D311642C

View file

@ -1,5 +1,6 @@
use codemp_proto::workspace::workspace_event::Event as WorkspaceEventInner;
#[derive(Debug, Clone)]
pub enum Event {
FileTreeUpdated,
UserJoin(String),