Trait hookmap::Utils [−][src]
pub trait Utils: SelectHandleTarget + Sized {
fn bind_alt_tab<T>(&self, alt: T, tab: Button)
where
T: Clone,
ButtonSet: From<T>,
{ ... }
fn bind_shift_alt_tab<T>(&self, alt: T, tab: Button)
where
T: Clone,
ButtonSet: From<T>,
{ ... }
}Expand description
Utility function.