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

Collects binding identifiers.