pub struct TracingCallSink;Expand description
Sink implementation that logs to tracing.
Trait Implementations§
Source§impl CallOutcomeSink for TracingCallSink
impl CallOutcomeSink for TracingCallSink
Source§fn record(&self, outcome: CallOutcome)
fn record(&self, outcome: CallOutcome)
Records the outcome of a call invocation.
Source§impl Default for TracingCallSink
impl Default for TracingCallSink
Source§fn default() -> TracingCallSink
fn default() -> TracingCallSink
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for TracingCallSink
impl RefUnwindSafe for TracingCallSink
impl Send for TracingCallSink
impl Sync for TracingCallSink
impl Unpin for TracingCallSink
impl UnwindSafe for TracingCallSink
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more