[][src]Trait alacritty::input::Execute

trait Execute<T: EventListener> {
    fn execute<A: ActionContext<T>>(&self, ctx: &mut A);
}

Required methods

fn execute<A: ActionContext<T>>(&self, ctx: &mut A)

Loading content...

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.

impl<T: EventListener> Execute<T> for Action[src]

Loading content...