pub fn specialize_entry<'a>(
pipeline: &'a mut ModelCompilePipeline,
component: &ModelComponent,
build_hir: impl FnOnce() -> HirModule,
options: &CompileOptions,
) -> Result<&'a mut CompiledGraph, LowerError>Expand description
Full specialize + compile entry (specializeEntryPoint analogue).