pub struct JsonlWriter { /* private fields */ }Expand description
Streaming JSONL writer for any serializable record type.
Trace records carry a record_type tag; mined task records do not, so this
writer stays generic over the record type instead of taking TraceRecord.
Implementations§
Auto Trait Implementations§
impl Freeze for JsonlWriter
impl RefUnwindSafe for JsonlWriter
impl Send for JsonlWriter
impl Sync for JsonlWriter
impl Unpin for JsonlWriter
impl UnsafeUnpin for JsonlWriter
impl UnwindSafe for JsonlWriter
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