Type Definition rust_shell::ShellResult

source ·
pub type ShellResult = Result<SuccessfulExit, ShellError>;

Trait Implementations§