Type Definition liner::EventHandler [] [src]

type EventHandler<'a, W> = FnMut(Event<W>) + 'a;