☰
WithTrace
Required Methods
with_trace
Implementors
In radn::rstd::tracing
?
Trait
radn
::
rstd
::
tracing
::
WithTrace
source
·
[
−
]
pub trait WithTrace:
Sized
{ // Required method fn
with_trace
(self, t: TraceBox) ->
Traced
<Self>; }
Required Methods
§
source
fn
with_trace
(self, t: TraceBox) ->
Traced
<Self>
Implementors
§
source
§
impl<A>
WithTrace
for A