pub trait ModalLink<T>where T: Component,{ // Required method fn weak_link(&self) -> &WeakScope<T>; }