Type Definition cargo::util::errors::CargoResult []

type CargoResult<T> = Result<T, CargoError>;

Convenient wrapper around std::Result.