Enum rustc::infer::region_inference::VerifyBound
[−]
[src]
pub enum VerifyBound { AnyRegion(Vec<Region>), AllRegions(Vec<Region>), AnyBound(Vec<VerifyBound>), AllBounds(Vec<VerifyBound>), }
Unstable (
rustc_private
)Variants
AnyRegion(Vec<Region>)
Unstable (
rustc_private
)AllRegions(Vec<Region>)
Unstable (
rustc_private
)AnyBound(Vec<VerifyBound>)
Unstable (
rustc_private
)AllBounds(Vec<VerifyBound>)
Unstable (
rustc_private
)