fn unit_items_and_uses(unit: &SourceUnit) -> (&[CommonsItem], &[UsesDecl])Expand description
A unit’s top-level items and its uses clauses, for the kinds that carry
free functions. Service/other units contribute neither.
fn unit_items_and_uses(unit: &SourceUnit) -> (&[CommonsItem], &[UsesDecl])A unit’s top-level items and its uses clauses, for the kinds that carry
free functions. Service/other units contribute neither.