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