refactor project structure (start of redoing atomic branch without atomics)
This commit is contained in:
9
src/default/event.rs
Normal file
9
src/default/event.rs
Normal file
@@ -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