pub struct JsonStreamParser<R> { /* private fields */ }Expand description
Parser for streaming JSON events (NDJSON format)
Implementations§
Auto Trait Implementations§
impl<R> Freeze for JsonStreamParser<R>where
R: Freeze,
impl<R> RefUnwindSafe for JsonStreamParser<R>where
R: RefUnwindSafe,
impl<R> Send for JsonStreamParser<R>where
R: Send,
impl<R> Sync for JsonStreamParser<R>where
R: Sync,
impl<R> Unpin for JsonStreamParser<R>where
R: Unpin,
impl<R> UnsafeUnpin for JsonStreamParser<R>where
R: UnsafeUnpin,
impl<R> UnwindSafe for JsonStreamParser<R>where
R: UnwindSafe,
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