Skip to main content

with_owner_tables

Function with_owner_tables 

Source
pub(crate) fn with_owner_tables<'ra, 'tcx, R: AsMut<Resolver<'ra, 'tcx>>, T>(
    this: &mut R,
    owner: NodeId,
    tables: PerOwnerResolverData,
    work: impl FnOnce(&mut R) -> T,
) -> T