pub type PanelHandle<R> = Arc<dyn Panel<R>>;
Type alias for shared panel references
pub struct PanelHandle<R> { /* private fields */ }