pub fn get_parent_node(tcx: TyCtxt<'_>, id: HirId) -> Option<Node<'_>>
Expand description

Gets the parent node, if any.