Function hff_async_std::chunk

source ·
pub fn chunk<'a, T>(
    primary: impl Into<Ecc>,
    secondary: impl Into<Ecc>,
    content: T
) -> Result<ChunkDesc<'a>, Error>
where T: TryInto<DataSource<'a>>, <T as TryInto<DataSource<'a>>>::Error: Debug, Error: From<<T as TryInto<DataSource<'a>>>::Error>,
Expand description

Build a new chunk.