pub struct AiderWatcher;Expand description
Watcher for Aider sessions.
Discovers and parses .aider.chat.history.md files from project directories.
Aider is a terminal-based AI coding assistant that stores conversation
history in markdown format.
Trait Implementations§
Source§impl Watcher for AiderWatcher
impl Watcher for AiderWatcher
Source§fn info(&self) -> WatcherInfo
fn info(&self) -> WatcherInfo
Returns information about this watcher.
Source§fn is_available(&self) -> bool
fn is_available(&self) -> bool
Checks if this watcher is available. Read more
Source§fn find_sources(&self) -> Result<Vec<PathBuf>>
fn find_sources(&self) -> Result<Vec<PathBuf>>
Finds all session sources (files or directories) to import. Read more
Auto Trait Implementations§
impl Freeze for AiderWatcher
impl RefUnwindSafe for AiderWatcher
impl Send for AiderWatcher
impl Sync for AiderWatcher
impl Unpin for AiderWatcher
impl UnwindSafe for AiderWatcher
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