Type Definition emitbrown::EventCallback

source ·
pub type EventCallback<'callback, T> = dyn FnMut(&mut EventData<T>) + 'callback;