Function decode_trace_arena
pub async fn decode_trace_arena(
arena: &mut CallTraceArena,
decoder: &CallTraceDecoder,
)
Expand description
Decode a collection of call traces.
The traces will be decoded using the given decoder, if possible.
pub async fn decode_trace_arena(
arena: &mut CallTraceArena,
decoder: &CallTraceDecoder,
)
Decode a collection of call traces.
The traces will be decoded using the given decoder, if possible.