pub type AddressedChunkArray = Vec<AddressedChunk>;
Aliased Type§
pub struct AddressedChunkArray { /* private fields */ }
Trait Implementations§
Source§fn get_addressed_chunk_array_size(&self) -> u128
fn get_addressed_chunk_array_size(&self) -> u128
Get the total size of the
AddressedChunkArray
.