shells::Result [] [src]

type Result = Result<String, Error>;

Type returned by the wrap_* family of macros. Will either be Ok(stdout) or an error containing code, stdout and stderr resulting from executing the command.