Recreate repository due to Git object corruption (all files preserved)
This commit is contained in:
5
src/input/action.rs
Normal file
5
src/input/action.rs
Normal file
@@ -0,0 +1,5 @@
|
||||
// path_from_the_root: src/input/action.rs
|
||||
|
||||
pub trait Action: Clone + PartialEq + Eq + core::fmt::Debug {}
|
||||
|
||||
impl Action for ComponentAction {}
|
||||
Reference in New Issue
Block a user