Skip to content

Commit

Permalink
feat: Clone+Debug on api::Event
Browse files Browse the repository at this point in the history
  • Loading branch information
alemidev committed Aug 15, 2024
1 parent d3ce714 commit c0d586d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/api/event.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
use codemp_proto::workspace::workspace_event::Event as WorkspaceEventInner;

#[derive(Debug, Clone)]
pub enum Event {
FileTreeUpdated,
UserJoin(String),
Expand Down

0 comments on commit c0d586d

Please sign in to comment.