Trait runa_orbiter::shell::xdg::XdgShell
source · pub trait XdgShell: Shell {
// Provided method
fn layout(&self, _key: Self::Token) -> Layout { ... }
}
Expand description
Extension of super::Shell
to provide xdg shell specific informations.