Expand description
A module containing the in-built widgets and types required by them
Structs§
- Char
Input - A widget that inputs a single character.
- Prompt
- A generic prompt that renders a message and an optional hint.
- Select
- A widget to select a single item from a list.
- String
Input - A widget that inputs a string.
- Text
- A string that can render over multiple lines.
Enums§
Traits§
Type Aliases§
- Filter
MapChar - The default type for
filter_mapinStringInputandCharInput