// path_from_the_root: src/input/action.rs pub trait Action: Clone + PartialEq + Eq + core::fmt::Debug {}