Skip to main content

scan_items

Function scan_items 

Source
fn scan_items(src: &str) -> Vec<Item>
Expand description

Walks top-level items, carrying each one’s attributes with it.

#[cfg(test)] modules are skipped whole; other inline modules are walked.