Function clippy_utils::ty::for_each_top_level_late_bound_region

source ยท
pub fn for_each_top_level_late_bound_region<B>(
    ty: Ty<'_>,
    f: impl FnMut(BoundRegion) -> ControlFlow<B>
) -> ControlFlow<B>