#[derive(Debug)] pub enum Msg { MoveRight, MoveLeft, MoveDown, MoveUp, }