pub struct RooCodeWatcher;Expand description
Watcher for Roo Code sessions.
Discovers and parses task conversation files from Roo Code’s VS Code extension storage.
Trait Implementations§
Source§impl Watcher for RooCodeWatcher
impl Watcher for RooCodeWatcher
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 RooCodeWatcher
impl RefUnwindSafe for RooCodeWatcher
impl Send for RooCodeWatcher
impl Sync for RooCodeWatcher
impl Unpin for RooCodeWatcher
impl UnwindSafe for RooCodeWatcher
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