Function rustc_middle::ty::codec::decode_arena_allocable
source · fn decode_arena_allocable<'tcx, D, T: ArenaAllocatable<'tcx> + Decodable<D>>(
decoder: &mut D
) -> &'tcx Twhere
D: TyDecoder + TyDecoder<I = TyCtxt<'tcx>>,