refactor project structure (start of redoing atomic branch without atomics)
This commit is contained in:
1 parent
38266debb6
commit
2dc5b0f62c
76 files changed
+540
-442
No files matched your search
@@ -0,0 +1,9 @@
|
||||
use crate::layout::DefaultEvent;
|
||||
|
||||
#[derive(Eq, PartialEq, Hash, Clone)]
|
||||
pub struct Submit;
|
||||
impl DefaultEvent for Submit {}
|
||||
|
||||
#[derive(Eq, PartialEq, Hash, Clone)]
|
||||
pub struct Edited;
|
||||
impl DefaultEvent for Edited {}
|
||||
Reference in new issue
Block a user