pub type ComponentLink<COMP> = Scope<COMP>;
Link to component’s scope for creating callbacks.
struct ComponentLink<COMP> { /* private fields */ }