Trait building_blocks_storage::chunk::storage::IterChunkKeys[][src]

pub trait IterChunkKeys<'a, N> where
    ChunkKey<N>: 'a, 
{ type Iter: Iterator<Item = &'a ChunkKey<N>>; fn chunk_keys(&'a self) -> Self::Iter; }

Associated Types

Required methods

Implementations on Foreign Types

Implementors