rerun::external::re_chunk

Type Alias ChunkShared

Source
pub type ChunkShared = Arc<Chunk>;
Expand description

A simple type alias for an Arc<Chunk>.

Aliased Typeยง

struct ChunkShared { /* private fields */ }