Type Definition rustc_middle::infer::canonical::CanonicalVarInfos
source · pub type CanonicalVarInfos<'tcx> = &'tcx List<CanonicalVarInfo<'tcx>>;
Trait Implementations§
source§impl<'tcx> TypeFoldable<'tcx> for CanonicalVarInfos<'tcx>
impl<'tcx> TypeFoldable<'tcx> for CanonicalVarInfos<'tcx>
source§fn try_fold_with<F: FallibleTypeFolder<'tcx>>(
self,
folder: &mut F
) -> Result<Self, F::Error>
fn try_fold_with<F: FallibleTypeFolder<'tcx>>(
self,
folder: &mut F
) -> Result<Self, F::Error>
Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference’s “Type Layout” chapter for details on type layout guarantees.
Size: 8 bytes