Type Alias Action

Source
pub type Action = dyn FnMut(&EntryData) + Send + 'static;