Type Definition cargo::util::errors::CliResult [] [src]

type CliResult<T> = Result<T, CliError>;