Module widgets

Module widgets 

Source
Expand description

A module containing the in-built widgets and types required by them

Structs§

CharInput
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.
StringInput
A widget that inputs a string.
Text
A string that can render over multiple lines.

Enums§

Delimiter
The different delimiters that can be used with hints in Prompt.

Traits§

List
A trait to represent a renderable list.
Widget
A trait to represent renderable objects.

Type Aliases§

FilterMapChar
The default type for filter_map in StringInput and CharInput