Skip to main content

ChunkCacheTypePartialDecoder

Type Alias ChunkCacheTypePartialDecoder 

Source
pub type ChunkCacheTypePartialDecoder = Arc<dyn ArrayPartialDecoderTraits>;
Expand description

The chunk type of a partial decoder chunk cache.

Aliased Type§

pub struct ChunkCacheTypePartialDecoder { /* private fields */ }

Trait Implementations§

Source§

impl ChunkCacheType for ChunkCacheTypePartialDecoder

Source§

fn size(&self) -> usize

The size of the chunk in bytes.