Struct rustyline::completion::FilenameCompleter [−][src]
pub struct FilenameCompleter { /* fields omitted */ }
Expand description
A Completer
for file and folder names.
Implementations
Trait Implementations
Takes the currently edited line
with the cursor pos
ition and
returns the start position and the completion candidates for the
partial word to be completed. Read more
Updates the edited line
with the elected
candidate.