[−][src]Type Definition sunrise_shell::subcommands::SubcommandFn
type SubcommandFn = fn(_: IPipeProxy, _: IPipeProxy, _: IPipeProxy, _: Vec<String>) -> Result<(), Error>;
Subcommand function. See module documentation.
type SubcommandFn = fn(_: IPipeProxy, _: IPipeProxy, _: IPipeProxy, _: Vec<String>) -> Result<(), Error>;
Subcommand function. See module documentation.