mirror of
https://github.com/hexedtech/codemp.git
synced 2024-11-22 15:24:48 +01:00
feat: Clone+Debug on api::Event
This commit is contained in:
parent
d3ce714070
commit
c0d586df90
1 changed files with 1 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
use codemp_proto::workspace::workspace_event::Event as WorkspaceEventInner;
|
||||
|
||||
#[derive(Debug, Clone)]
|
||||
pub enum Event {
|
||||
FileTreeUpdated,
|
||||
UserJoin(String),
|
||||
|
|
Loading…
Reference in a new issue