re_chunk::helpers

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 */ }