pub struct FileCompleter;Expand description
File completion handler for interactive prompts.
Provides tab completion functionality for file paths in interactive command-line interfaces.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FileCompleter
impl RefUnwindSafe for FileCompleter
impl Send for FileCompleter
impl Sync for FileCompleter
impl Unpin for FileCompleter
impl UnwindSafe for FileCompleter
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more