pub struct StdoutExporter;Expand description
Print one JSON line per span to stdout. Useful for development and for
piping into jq or a log aggregator.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for StdoutExporter
impl RefUnwindSafe for StdoutExporter
impl Send for StdoutExporter
impl Sync for StdoutExporter
impl Unpin for StdoutExporter
impl UnsafeUnpin for StdoutExporter
impl UnwindSafe for StdoutExporter
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