Skip to main content

scope_depth

Function scope_depth 

Source
pub fn scope_depth(scope: &str) -> usize
Expand description

Depth of a scope: . = 0, src = 1, src/core = 2.