Skip to main content

identify_instance_creation

Function identify_instance_creation 

Source
pub fn identify_instance_creation(
    root: ExprId,
    arena: &mut ExprArena,
    types: &mut TypeTable,
    component: Arc<ComponentDependency>,
    custom_instance_spec: &[CustomInstanceSpec],
) -> Result<(), RibTypeErrorInternal>