Module mg::completion[][src]

Trait and widget for input completion.

Re-exports

pub use self::completion_view::CompletionView;

Modules

completion_view

Structs

CommandCompleter

A command completer.

Completion

Completion to use with a text Entry.

CompletionCell

A completion cell is the value with attributes of one data in a row.

CompletionResult

A result to show in the completion view.

NoCompleter

A nop completer.

SettingCompleter

A setting completer.

Enums

Column

The type of a column.

Constants

DEFAULT_COMPLETER_IDENT

The identifier of the default completer.

NO_COMPLETER_IDENT

The identifier of the null completer.

Traits

Completer

The trait completer is an interface to be satisfied by input completers.

ToCell

Trait to specify that a type can be converted to a CompletionCell.