Skip to main content

assembly_scale_basis

Function assembly_scale_basis 

Source
pub fn assembly_scale_basis(
    document: &Document,
    plan: &ScalePlan,
) -> Result<AssemblyScaleBasis, ScaleError>
Expand description

Project an accepted rest/bind plan into the versioned assembly basis.

§Errors

Returns the plan’s validation error, a selector-operation mismatch, or a duplicate/empty named-node error that would make name remapping ambiguous.