pub struct SynthesisResponseParser;Expand description
Parses the LLM’s JSON response into TraceInsight objects — pure computation.
Implementations§
Auto Trait Implementations§
impl Freeze for SynthesisResponseParser
impl RefUnwindSafe for SynthesisResponseParser
impl Send for SynthesisResponseParser
impl Sync for SynthesisResponseParser
impl Unpin for SynthesisResponseParser
impl UnsafeUnpin for SynthesisResponseParser
impl UnwindSafe for SynthesisResponseParser
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