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

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