pub type S2sSectionMap = HashMap<PathBuf, HashMap<String, Vec<S2sRefType>>>;Expand description
Section-level reference map: file path → section name → ref types for that section. Only populated for files whose references include a section name.
Aliased Type§
pub struct S2sSectionMap { /* private fields */ }