Enum rustc::ty::outlives::Component
[−]
[src]
pub enum Component<'tcx> {
Region(Region),
Param(ParamTy),
UnresolvedInferenceVariable(InferTy),
Projection(ProjectionTy<'tcx>),
EscapingProjection(Vec<Component<'tcx>>),
}Unstable (
rustc_private)Variants
Region(Region)Unstable (
rustc_private)Param(ParamTy)Unstable (
rustc_private)UnresolvedInferenceVariable(InferTy)Unstable (
rustc_private)Projection(ProjectionTy<'tcx>)Unstable (
rustc_private)EscapingProjection(Vec<Component<'tcx>>)Unstable (
rustc_private)