Function hff_core::write::chunk

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

Build a new chunk.