pub struct JsonlSource { /* private fields */ }Expand description
A JSONL (JSON Lines) source - one JSON object per line.
Each line becomes a sample with a "json" field containing the raw JSON bytes.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for JsonlSource
impl RefUnwindSafe for JsonlSource
impl Send for JsonlSource
impl Sync for JsonlSource
impl Unpin for JsonlSource
impl UnsafeUnpin for JsonlSource
impl UnwindSafe for JsonlSource
Blanket Implementations§
Source§impl<T> AsyncSource for Twhere
T: Source,
impl<T> AsyncSource for Twhere
T: Source,
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