TraceChunksBytes

Type Alias TraceChunksBytes 

Source
pub type TraceChunksBytes = TraceChunks<BytesString>;

Aliased Type§

pub enum TraceChunksBytes {
    V04(Vec<Vec<Span<BytesString>>>),
    V05((SharedDict<BytesString>, Vec<Vec<Span>>)),
}

Variants§

§

V04(Vec<Vec<Span<BytesString>>>)

Collection of TraceChunkSpan.

§

V05((SharedDict<BytesString>, Vec<Vec<Span>>))

Collection of TraceChunkSpan with de-duplicated strings.