/// Contains the implementation of the [crate::UiElement] trait for the empty struct ().
modempty_element;/// Contains the implementation of the [crate::UiElement] trait for [ggez::graphics::Image].
modimage_element;/// Contains the implementation of the [crate::UiElement] trait for [ggez::graphics::Text].
modtext_element;