Struct datafusion_rustyline::completion::FilenameCompleter[][src]

pub struct FilenameCompleter { /* fields omitted */ }

A Completer for file and folder names.

Methods

impl FilenameCompleter
[src]

Trait Implementations

impl Default for FilenameCompleter
[src]

Returns the "default value" for a type. Read more

impl Completer for FilenameCompleter
[src]

Takes the currently edited line with the cursor position 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.

Auto Trait Implementations