Module autocomplete

Module autocomplete 

Source
Expand description

Tab completion functionality

Structs§

RequireMatch
Means that an auto completing read must match one of its lookups.
SrgbaHexLookup
This parses Srgba as hexadecimal color input in either three digits or six digits.

Enums§

Completed
Triggered from .resolve() with value T and input string
LookupError
Look up error

Traits§

Lookup
Look up possible completions
LookupMap
LookupMap the input to a value of type Item.