[−][src]Trait alacritty::input::Execute
Required methods
fn execute<A: ActionContext<T>>(&self, ctx: &mut A)
Implementors
impl<T, U: EventListener> Execute<U> for Binding<T>
[src]
fn execute<A: ActionContext<U>>(&self, ctx: &mut A)
[src]
Execute the action associate with this binding.