Type Alias ComponentInstancePtr

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

Aliased Typeยง

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