pub type ComponentInstancePtr<T> = Arc<T>;

Aliased Type§

struct ComponentInstancePtr<T> { /* private fields */ }