pub struct Exporter<W: Write> { /* private fields */ }
Expand description
A SpanExporter
that writes to Stdout
or other configured Write
.
Implementations§
Trait Implementations§
source§impl<W> SpanExporter for Exporter<W>where
W: Write + Debug + Send + 'static,
impl<W> SpanExporter for Exporter<W>where W: Write + Debug + Send + 'static,
Auto Trait Implementations§
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