pub struct DummyCompleter;
Expand description

Completer type that performs no completion

This is the default Completer for a new Prompter instance.

Trait Implementations

Returns the set of possible completions for the prefix word.
Returns the starting position of the word under the cursor. Read more
Quotes a possible completion for insertion into input. Read more
Unquotes a piece of user input before searching for completions. Read more

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.