pub struct ConsoleReporter;
Expand description
A console reporter that prints span records to the stderr.
Trait Implementations§
Source§impl Reporter for ConsoleReporter
impl Reporter for ConsoleReporter
Source§fn report(&mut self, spans: Vec<SpanRecord>)
fn report(&mut self, spans: Vec<SpanRecord>)
Reports a batch of spans to a remote service.
Auto Trait Implementations§
impl Freeze for ConsoleReporter
impl RefUnwindSafe for ConsoleReporter
impl Send for ConsoleReporter
impl Sync for ConsoleReporter
impl Unpin for ConsoleReporter
impl UnwindSafe for ConsoleReporter
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