Struct minitrace::collector::ConsoleReporter
source · 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: &[SpanRecord])
fn report(&mut self, spans: &[SpanRecord])
Reports a batch of spans to a remote service.
Auto Trait Implementations§
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