Module prototty_elements::elements [] [src]

Re-exports all elements

Reexports

pub use super::border::Border;
pub use super::rich_text::RichText;
pub use super::text::Text;

Structs

Canvas

A rectangular drawing element.

MenuInstance

An instance of a menu, with a selected entry. A MenuInstance can be run using a MenuRunner, and a selection finalised. When a MenuInstance is rendered, the currently-selected entry is rendered using the Menu's selected_info.