pub struct NdjsonDecoder;Expand description
NDJSON / JSONL decoder (one JSON object per line).
Trait Implementations§
Source§impl Decoder for NdjsonDecoder
impl Decoder for NdjsonDecoder
Auto Trait Implementations§
impl Freeze for NdjsonDecoder
impl RefUnwindSafe for NdjsonDecoder
impl Send for NdjsonDecoder
impl Sync for NdjsonDecoder
impl Unpin for NdjsonDecoder
impl UnwindSafe for NdjsonDecoder
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