pub fn find_enclosing_bodies(
    tcx: TyCtxt<'_>,
    sp: Span
) -> impl Iterator<Item = BodyId>
Expand description

Finds all the bodies that enclose the given span, from innermost to outermost