Skip to main content

Module block_count_error

Module block_count_error 

Source
Expand description

Neutral block-count arity mismatch carrier.

Descended from gam-modelsblock_layout::block_count so that lower tiers (e.g. gam-terms) can route their own error enums through From<BlockCountMismatch> without depending on gam-models. The validate_block_count helper continues to live in gam-models and re-exports this type unchanged.

Structs§

BlockCountMismatch
A block-count arity mismatch: a family that needs exactly expected parameter blocks was handed got of them.