Skip to main content

CommandFn

Type Alias CommandFn 

Source
pub type CommandFn = fn(&mut EditContext<'_>, &[String]) -> Result<()>;