Type Alias PanelHandle

Source
pub type PanelHandle<R> = Arc<dyn Panel<R>>;
Expand description

Type alias for shared panel references

Aliased Typeยง

pub struct PanelHandle<R> { /* private fields */ }