pub struct ClaudeParser { /* private fields */ }Expand description
Parser for Claude Code conversations
Implementations§
Source§impl ClaudeParser
impl ClaudeParser
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 ClaudeParser
impl RefUnwindSafe for ClaudeParser
impl Send for ClaudeParser
impl Sync for ClaudeParser
impl Unpin for ClaudeParser
impl UnsafeUnpin for ClaudeParser
impl UnwindSafe for ClaudeParser
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