[][src]Type Definition grcov::CovResultIter

type CovResultIter = Box<dyn Iterator<Item = (PathBuf, PathBuf, CovResult)>>;