pub struct Exporter<W: Write> { /* private fields */ }
Available on crate feature
trace
only.Expand description
A SpanExporter
that writes to Stdout
or other configured Write
.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<W> Freeze for Exporter<W>where
W: Freeze,
impl<W> RefUnwindSafe for Exporter<W>where
W: RefUnwindSafe,
impl<W> Send for Exporter<W>where
W: Send,
impl<W> Sync for Exporter<W>where
W: Sync,
impl<W> Unpin for Exporter<W>where
W: Unpin,
impl<W> UnwindSafe for Exporter<W>where
W: 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
Source§impl<T> FutureExt for T
impl<T> FutureExt for T
Source§fn with_context(self, otel_cx: Context) -> WithContext<Self>
fn with_context(self, otel_cx: Context) -> WithContext<Self>
Available on crate feature
trace
only.Source§fn with_current_context(self) -> WithContext<Self>
fn with_current_context(self) -> WithContext<Self>
Available on crate feature
trace
only.