Module hint
rustyline
10.1.1
Module hint
Module Items
Structs
Traits
In crate rustyline
Modules
completion
config
error
highlight
hint
history
line_buffer
validate
Structs
Context
Editor
EventContext
KeyEvent
Modifiers
Enums
Anchor
At
CharSearch
Cmd
Event
EventHandler
InputMode
KeyCode
Movement
Word
Traits
ConditionalEventHandler
ExternalPrinter
Helper
Type Aliases
RepeatCount
Result
rustyline
Module
hint
Copy item path
Settings
Help
Summary
Source
Expand description
Hints (suggestions at the right of the prompt as you type).
Structs
§
History
Hinter
Add suggestion based on previous history entries matching current user input.
Traits
§
Hint
A hint returned by Hinter
Hinter
Hints provider