pub struct SimpleTheme;
Expand description

The default theme.

Trait Implementations

Given a prompt this formats out what the prompt should look like (multiline).
Given a prompt this formats out what the prompt should look like (singleline).
Formats out an error.
Formats a confirmation prompt.
Formats a confirmation prompt.
Renders a prompt and a single selection made.
Renders a prompt and multiple selections,
Renders a prompt and multiple selections,
Formats a selection.

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.