Struct mg::completion::NoCompleter [] [src]

pub struct NoCompleter {}

A nop completer.

Methods

impl NoCompleter
[src]

[src]

Create a new nop completer.

Trait Implementations

impl Completer for NoCompleter
[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.