Searched defs:depth_from_crate_root (Results 1 – 1 of 1) sorted by relevance
388 pub(super) depth_from_crate_root: usize, field655 let depth_from_crate_root = iter::successors(module.parent(db), |m| m.parent(db)).count(); localVariable