Struct linefeed::complete::PathCompleter [] [src]

pub struct PathCompleter;

Performs completion by searching for filenames matching the word prefix.

Trait Implementations

impl<Term: Terminal> Completer<Term> for PathCompleter
[src]

[src]

Returns the set of possible completions for the prefix word.

[src]

Returns the starting position of the word under the cursor. Read more

[src]

Quotes a possible completion for insertion into input. Read more

[src]

Unquotes a piece of user input before searching for completions. Read more

Auto Trait Implementations

impl Send for PathCompleter

impl Sync for PathCompleter