Type Definition RustyEmitter::EventCallback [] [src]

type EventCallback<'callback, T> = FnMut(&mut EventData<T>) -> () + 'callback;