pub struct SimpleTheme;
Expand description

The default theme.

Trait Implementations

Formats a prompt.

Formats out an error.

Formats a confirm prompt.

Formats a confirm prompt after selection.

Formats an input prompt.

Formats an input prompt after selection.

Formats a password prompt.

Formats a password prompt after selection.

Formats a select prompt.

Formats a select prompt after selection.

Formats a multi select prompt.

Formats a sort prompt.

Formats a multi_select prompt after selection.

Formats a sort prompt after selection.

Formats a select prompt item.

Formats a multi select prompt item.

Formats a sort prompt item.

Formats a fuzzy select prompt item.

Formats a fuzzy select prompt.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.