[][src]Type Definition combu::command::HelpFunc

type HelpFunc = fn(command: &Command, context: &Context, default_help: fn(_: &Command, _: &Context) -> String) -> String;