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