CommandAction

Type Alias CommandAction 

Source
pub type CommandAction<C> = dyn Fn(String, &mut Canvas, &mut Context<'_, C>) -> Result<()>;