pub type Action = String;
A named action identifier. Actions are the canonical input “nouns” that game logic listens to instead of raw key codes.
pub struct Action { /* private fields */ }