Skip to main content

TaskbarExt

Trait TaskbarExt 

Source
pub trait TaskbarExt<R: Runtime> {
    // Required method
    fn taskbar(&self) -> &Taskbar<R>;
}
Expand description

Extensions to access the taskbar plugin APIs from app-level managers.

Required Methods§

Source

fn taskbar(&self) -> &Taskbar<R>

Implementors§

Source§

impl<R: Runtime, T: Manager<R>> TaskbarExt<R> for T