Type Definition emitbrown::EventCallback

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