pub fn collect_instance_resource_exports(
engine: &Engine,
ty: &ComponentInstance,
resources: &mut impl Extend<ResourceType>,
)
Expand description
Recursively iterates the instance type and collects all exported resource types
pub fn collect_instance_resource_exports(
engine: &Engine,
ty: &ComponentInstance,
resources: &mut impl Extend<ResourceType>,
)
Recursively iterates the instance type and collects all exported resource types