Expand description

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

Structs

A widget that inputs a single character.

A generic prompt that renders a message and an optional hint.

A widget to select a single item from a list.

A widget that inputs a string.

A string that can render over multiple lines.

Enums

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

Traits

A trait to represent a renderable list.

A trait to represent renderable objects.

Type Definitions

The default type for filter_map in StringInput and CharInput