pub fn from_last_chunk<const CAP: usize, Item, Gap>(
chunk: Option<RawChunk<Item, Gap>>,
chunk_identifier_generator: ChunkIdentifierGenerator,
) -> Result<Option<LinkedChunk<CAP, Item, Gap>>, LazyLoaderError>
Expand description
Build a new LinkedChunk
with a single chunk that is supposed to be the
last one.