Crate fluvio_command

Source
Expand description

Helper traits and types to make std::process::Command more ergonomic

Structs§

CommandError
An error type describing the kinds of failure a child process may have

Enums§

CommandErrorKind
Describes the particular kinds of errors that may occur while running a command

Traits§

CommandExt
Adds useful extension methods to the Command type

Type Aliases§

CommandResult
Ok(Output) when a child process successfully runs and returns exit code 0.