pub struct CodexParser { /* private fields */ }Expand description
Parser for Codex CLI history
Implementations§
Source§impl CodexParser
impl CodexParser
Sourcepub fn with_default_path() -> Result<Self, IngestError>
pub fn with_default_path() -> Result<Self, IngestError>
Create parser with default path
Auto Trait Implementations§
impl Freeze for CodexParser
impl RefUnwindSafe for CodexParser
impl Send for CodexParser
impl Sync for CodexParser
impl Unpin for CodexParser
impl UnsafeUnpin for CodexParser
impl UnwindSafe for CodexParser
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