Type Alias CommandExecutor

Source
pub type CommandExecutor = dyn FnMut(&ReactiveEntity) -> Value + Send + 'static;