pub type ChunkShared = Arc<Chunk>;
A simple type alias for an Arc<Chunk>.
Arc<Chunk>
struct ChunkShared { /* private fields */ }