[][src]Type Definition c2rust_refactor::command::Builder

type Builder = dyn FnMut(&[String]) -> Box<dyn Command> + Send;

A command builder is a function that takes some string arguments and produces a Command.