Module requestty::question[][src]

Expand description

A module that contains things related to Questions.

Macros

completionssmallvec

Creates a SmallVec containing the arguments.

Structs

The builder for a confirm prompt.

The builder for the editor prompt.

The builder for a expand prompt.

The builder for a float prompt.

The builder for an input prompt.

The builder for an int prompt.

The builder for a multi_select prompt.

The builder for an password prompt.

A Question that can be asked.

The builder for a raw_select prompt.

The builder for a select prompt.

Enums

A possible choice in a list.

Traits

Prompts are a way to write custom Questions.

Type Definitions

Completionssmallvec

The type which needs to be returned by the auto_complete function.