Trait puffin::trace_helper::TraceHelper
source · pub trait TraceHelper<A, PT>where
PT: ProtocolTypes,{
// Required methods
fn build_named_trace(self) -> (&'static str, Trace<PT>);
fn build_trace(self) -> Trace<PT>;
fn fn_name(&self) -> &'static str;
}