pub struct ContinueDevWatcher;Expand description
Watcher for Continue.dev sessions.
Discovers and parses JSON session files from Continue.dev’s storage. Continue.dev is an open source VS Code extension for AI-assisted coding.
Trait Implementations§
Source§impl Watcher for ContinueDevWatcher
impl Watcher for ContinueDevWatcher
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 ContinueDevWatcher
impl RefUnwindSafe for ContinueDevWatcher
impl Send for ContinueDevWatcher
impl Sync for ContinueDevWatcher
impl Unpin for ContinueDevWatcher
impl UnwindSafe for ContinueDevWatcher
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