pub fn collect_decls_with_ctxt<I, N>(n: &N, ctxt: SyntaxContext) -> AHashSet<I>
Expand description
Collects binding identifiers, but only if it has a context which is
identical to ctxt
.
pub fn collect_decls_with_ctxt<I, N>(n: &N, ctxt: SyntaxContext) -> AHashSet<I>
Collects binding identifiers, but only if it has a context which is
identical to ctxt
.