pub fn compile_target_plan(
input: TargetPlanInput,
) -> Result<TargetPlan, TargetPlanError>Expand description
Compile DBC selectors, applying the unique content overlay registered for this effect.
ยงErrors
Returns an error for duplicate overlays or unsupported DBC target semantics.