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.