Function chunk

Source
pub fn chunk<'a, T>(
    identifier: impl Into<Identifier>,
    content: T,
) -> Result<ChunkDesc<'a>, Error>
where T: TryInto<DataSource<'a>, Error = Error>,
Expand description

Build a new chunk.