Skip to main content

reject_unrepresentable_extensions

Function reject_unrepresentable_extensions 

Source
fn reject_unrepresentable_extensions(
    extensions: bool,
    object: &AnySubgroupObject,
) -> Result<(), CodecError>
Expand description

A stream whose header says objects carry no extension block cannot encode one, so refuse rather than drop the bytes.