pub fn collect_decls<I, N>(n: &N) -> HashSet<I, RandomState> where
    I: IdentLike + Eq + Hash + Send + Sync,
    N: VisitWith<BindingCollector<I>>, 
Expand description

Collects binding identifiers.