Type Definition Builder
c2rust_refactor::command
type Builder = dyn FnMut(&[String]) -> Box<dyn Command> + Send;
A command builder is a function that takes some string arguments and produces a Command.
Command