Struct mg::completion::SettingCompleter [] [src]

pub struct SettingCompleter<T> { /* fields omitted */ }

A setting completer.

Methods

impl<T: EnumMetaData + SettingCompletion> SettingCompleter<T>
[src]

[src]

Create a new setting completer.

Trait Implementations

impl<T> Completer for SettingCompleter<T>
[src]

[src]

From the selected text entry, return the text that should be written in the text input.

[src]

From the user input, return the completion results. The results are on two columns, hence the 2-tuple. Read more

[src]

The number of columns of the completer.

[src]

The number of column.

[src]

Set the column to use as the result of a selected text entry.