pub type RustDistWithCLIResult<T> = Result<T, RustDistWithCLIError>;
Expand description

A result type which binds the RustDistWithCLIError to the error type.